Skip to content

Commit 325afab

Browse files
author
Mario Aguiar
committed
Update elevated tokens
1 parent 8bb119c commit 325afab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/assets/css/src/components/button.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,14 +655,15 @@ svg.mdc-button__icon {
655655

656656
.mdc-button--elevated:not(:disabled),
657657
.mdc-button--raised:not(:disabled) {
658+
color: var(--md-sys-color-primary);
658659

659660
&:hover {
660661
background-color: var(--md-sys-color-surface-variant);
661662
}
662663

663664
&:focus,
664665
&:active {
665-
background-color: var(--md-sys-color-surface);
666+
background-color: var(--md-sys-color-surface-variant);
666667
}
667668
}
668669

0 commit comments

Comments
 (0)