Skip to content

Commit

Permalink
Merge pull request #8662 from Jarsen136/issue-8646
Browse files Browse the repository at this point in the history
fix: button active hover state on collection filter
  • Loading branch information
roiLeo authored Dec 19, 2023
2 parents ff0b48d + 577b40c commit a3bd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoButton/NeoButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

&.active {
@apply bg-background-color-inverse text-text-color-inverse;
@apply border-border-color bg-background-color-inverse text-text-color-inverse;
}
}

Expand Down

0 comments on commit a3bd8ab

Please sign in to comment.