diff --git a/src/style/atoms/_toggle.scss b/src/style/atoms/_toggle.scss index 55dcdad..a21ab71 100644 --- a/src/style/atoms/_toggle.scss +++ b/src/style/atoms/_toggle.scss @@ -19,7 +19,7 @@ align-items: center; justify-content: center; outline: none; - transition: color 150ms $ease-inout; + transition: color 100ms; will-change: color; } button { @@ -29,8 +29,9 @@ svg { fill: $color-secondary; * { - transition: fill 150ms $ease-inout; + transition: fill 100ms; transition-delay: 0ms; + will-change: fill; } }