Skip to content

Commit

Permalink
Fix tertiary no background button color
Browse files Browse the repository at this point in the history
Signed-off-by: marco <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Mar 31, 2022
1 parent 525f6aa commit a172dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export default {
// Tertiary, no background
&--vue-tertiary-no-background {
color: var(--color-text-lighter);
color: var(--color-main-text);
background-color: transparent;
opacity: .7;
&:hover {
Expand Down

0 comments on commit a172dc7

Please sign in to comment.