Skip to content

Commit

Permalink
fix: #1908
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 7, 2023
1 parent 708e249 commit 4372484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/styled/toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
&-success {
&:focus-visible {
@apply outline-info;
@apply outline-success;
}
&:checked,
&[checked="true"],
Expand All @@ -77,7 +77,7 @@
}
&-warning {
&:focus-visible {
@apply outline-success;
@apply outline-warning;
}
&:checked,
&[checked="true"],
Expand All @@ -88,7 +88,7 @@
}
&-info {
&:focus-visible {
@apply outline-warning;
@apply outline-info;
}
&:checked,
&[checked="true"],
Expand Down

0 comments on commit 4372484

Please sign in to comment.