Skip to content

Commit

Permalink
fix: #394 prevent toggle from shrinking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cwray-tech committed Jan 12, 2022
1 parent f9a5532 commit 2676cc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/unstyled/toggle.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.toggle{
.toggle {
flex-shrink: 0;
&:focus {
@apply outline-none;
}
}
}

0 comments on commit 2676cc8

Please sign in to comment.