Skip to content

Commit e215889

Browse files
Merge pull request #2589 from nextcloud/bugfix/fix-tertiary-no-background-button-color
Fix tertiary no background button color
2 parents 525f6aa + a172dc7 commit e215889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/Button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ export default {
594594
595595
// Tertiary, no background
596596
&--vue-tertiary-no-background {
597-
color: var(--color-text-lighter);
597+
color: var(--color-main-text);
598598
background-color: transparent;
599599
opacity: .7;
600600
&:hover {

0 commit comments

Comments
 (0)