Skip to content

Commit

Permalink
fix: button on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 26, 2023
1 parent 1bbcaae commit b3c6956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
padding: var(--size-base) var(--size-md);
background-color: transparent;
border: 0.15rem solid var(--foreground-color);
color: var(--text-color);
color: inherit;
border-radius: 80px;

transition: background-color 0.2s, transform 0.2s, border-color 0.2s;
Expand Down

0 comments on commit b3c6956

Please sign in to comment.