Skip to content

Commit

Permalink
fix: remove changes
Browse files Browse the repository at this point in the history
* remove changes
  • Loading branch information
dcoblentz-eightfold committed May 26, 2023
1 parent eaabd68 commit 7faf921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@

&:hover:not([disabled]) {
.counter {
background: var(--button-counter-hover-background-color);
background-color: var(--button-counter-hover-background-color);
}
}

&:active:not([disabled]) {
.counter {
background: var(--button-counter-active-background-color);
background-color: var(--button-counter-active-background-color);
}
}

Expand Down

0 comments on commit 7faf921

Please sign in to comment.