Skip to content

Commit

Permalink
Merge pull request #2589 from nextcloud/bugfix/fix-tertiary-no-backgr…
Browse files Browse the repository at this point in the history
…ound-button-color

Fix tertiary no background button color
  • Loading branch information
marcoambrosini authored Mar 31, 2022
2 parents 525f6aa + a172dc7 commit e215889
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 e215889

Please sign in to comment.