diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/components/Switch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Switch.css b/app/components/Switch.css index 961312c103..ba3334075b 100644 --- a/app/components/Switch.css +++ b/app/components/Switch.css @@ -24,7 +24,7 @@ height: 24px; border-radius: 24px; background-color: #D0021B; - transition: 300ms ease-in-out all; + transition: 200ms ease-in-out all; transform: translate3d(0, 0, 0); } |
