We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f939b73 commit 2ec1c7cCopy full SHA for 2ec1c7c
elements/pfe-button/pfe-button.scss
@@ -98,7 +98,7 @@
98
:host([variant="secondary"]) {
99
#container {
100
::slotted(button) {
101
- color: var(--pfe-button--Color, var(--pfe-theme--color--text)) !important;
+ color: var(--pfe-button--Color, var(--pfe-theme--color--ui-accent,#06c)) !important;
102
&::after {
103
border-color: pfe-local(BorderColor, $region: after, $fallback: pfe-var(ui-accent)) !important;
104
}
0 commit comments