Skip to content

Commit

Permalink
fix(VSwitch): fix duplicate secondary selector
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Mar 27, 2023
1 parent e7b2854 commit 816082a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/switch/src/VSwitch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@
--v-switch-button-checked-border-color: theme('colors.secondary.500');
}

&-secondary &-button {
--v-switch-button-checked-bg-color: theme('colors.secondary.500');
--v-switch-button-checked-border-color: theme('colors.secondary.500');
}

&-success &-button {
--v-switch-button-checked-bg-color: theme('colors.success.500');
--v-switch-button-checked-border-color: theme('colors.success.500');
Expand Down

0 comments on commit 816082a

Please sign in to comment.