Skip to content

Commit 2ec1c7c

Browse files
brianferrybennypowers
authored andcommitted
fix(button): fixing secondary button text color in pfe-button.scss
1 parent f939b73 commit 2ec1c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-button/pfe-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
:host([variant="secondary"]) {
9999
#container {
100100
::slotted(button) {
101-
color: var(--pfe-button--Color, var(--pfe-theme--color--text)) !important;
101+
color: var(--pfe-button--Color, var(--pfe-theme--color--ui-accent,#06c)) !important;
102102
&::after {
103103
border-color: pfe-local(BorderColor, $region: after, $fallback: pfe-var(ui-accent)) !important;
104104
}

0 commit comments

Comments
 (0)