Skip to content

Commit

Permalink
fix: color for unstyled button to be readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Aug 2, 2021
1 parent c699ac5 commit f7a1322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sass/ui/_button.sass
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
color: var(--color-background)

=button
background: transparent
background: var(--color-background)
color: var(--color-on-background)
border-radius: $le-radius-small
border: none
cursor: pointer
Expand Down

0 comments on commit f7a1322

Please sign in to comment.