Skip to content

Commit

Permalink
style: [Button-group] - related #352 - change border color for button…
Browse files Browse the repository at this point in the history
… primary on hover
  • Loading branch information
mattgoud committed Jul 4, 2024
1 parent 04abb1b commit 97b62e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/theme/src/puik-button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
@apply relative z-0 focus:z-[1] border-l-0;
&--primary {
@apply border border-primary-800;
&:hover {
@apply border-primary-700 border-r-primary-800;
}
}
&--tertiary {
@apply border border-primary-400;
Expand Down

0 comments on commit 97b62e2

Please sign in to comment.