Skip to content

Commit

Permalink
refactor(switch): set gray-7 to border hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Apr 9, 2023
1 parent 916a5ce commit 4f5325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/inputs/switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--switch-border: rgb(var(--gray-6));
--switch-bg-checked: rgb(var(--primary));
--switch-border-checked: rgb(var(--primary));
--switch-border-hover: rgb(var(--gray-7));
--switch-border-hover: rgb(var(--gray-6));
--switch-bg-hover: rgb(var(--gray-6));
--checkline-color: rgb(255 255 255);
--circle-color: rgb(var(--gray-1));
Expand Down

0 comments on commit 4f5325b

Please sign in to comment.