Skip to content

Commit

Permalink
Merge pull request #6220 from nextcloud-libraries/backport/6218/next
Browse files Browse the repository at this point in the history
[next] fix(NcChip): wrong color-primary-text variable used
  • Loading branch information
ShGKme authored Nov 15, 2024
2 parents 681f5d9 + 4f2bf22 commit 512f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcChip/NcChip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function onClose() {
&--primary {
background-color: var(--color-primary-element);
color: var(--color-primary-text);
color: var(--color-primary-element-text);
}
&--secondary {
Expand Down

0 comments on commit 512f628

Please sign in to comment.