Skip to content

Commit

Permalink
fix: button neutral colors
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Apr 18, 2021
1 parent aa4c068 commit 37c3e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styled/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

/* outline */
&-outline {
@apply bg-transparent text-neutral border-current;
@apply bg-transparent text-base-content border-current;
&:hover {
@apply bg-neutral-focus border-neutral-focus text-base-100;
@apply bg-base-content border-base-content text-base-100;
}
&:focus-visible {
@apply ring-current;
Expand Down

0 comments on commit 37c3e3a

Please sign in to comment.