Skip to content

Commit

Permalink
Fix colouring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-unni committed Oct 31, 2023
1 parent 5d23a06 commit e68a65e
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 @@ -98,8 +98,8 @@ $button-shadow-size: 3px;
}
}

&:active &,
&.active & {
&:active,
&.active {
top: ems($button-shadow-size);
}

Expand Down

0 comments on commit e68a65e

Please sign in to comment.