Skip to content

Commit

Permalink
Fixed secondary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-unni committed Oct 31, 2023
1 parent e68a65e commit 2388d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ $button-shadow-size: 3px;
&--secondary &,
&--secondary:active &,
&--secondary.active &,
&--secondary:active:focus &
&--secondary.active:focus {
&--secondary:active:focus &,
&--secondary.active:focus & {
&__inner {
background: var(--ons-color-button-secondary);
color: var(--ons-color-text);
Expand Down

0 comments on commit 2388d94

Please sign in to comment.