Skip to content

Commit

Permalink
fix: prose link button primary/secondary text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 5, 2024
1 parent 4d89c37 commit ad171b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/azion/extended-components/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,12 @@
*:is(.p-button) {
margin: 0 .5rem .5rem 0;
}

*:is(.p-button) {
color: var(--primary-text-color) !important;
}

*:is(.p-button-secondary) {
color: var(--secondary-button-text-color) !important;
}
}

0 comments on commit ad171b9

Please sign in to comment.