diff --git a/scss/_variables.scss b/scss/_variables.scss index 2d8aa51cb4..6bbcc066bb 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -683,7 +683,7 @@ $form-switch-padding-left: $form-switch-width + .5em !default; $form-switch-bg-image: url("data:image/svg+xml,") !default; $form-switch-border-radius: $form-switch-width !default; -$form-switch-focus-color: hsla(211, 100%, 75%, 1) !default; +$form-switch-focus-color: $input-focus-border-color !default; $form-switch-focus-bg-image: url("data:image/svg+xml,") !default; $form-switch-checked-color: $component-active-color !default;