diff --git a/scss/_checkbox.scss b/scss/_checkbox.scss index 2d802d7009..5411373507 100644 --- a/scss/_checkbox.scss +++ b/scss/_checkbox.scss @@ -67,7 +67,7 @@ border-radius: $checkbox-border-radius; background: $checkbox-off-bg-color; content: ' '; - transition: background-color .1s ease-in-out; + transition: background-color 20ms ease-in-out; } }