Skip to content

Commit 0752aca

Browse files
committed
fixup! fix(material/button): fix color tokens of raised buttons
1 parent 858303d commit 0752aca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/material/button/_button-theme.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@
155155
$surface,
156156
$on-surface
157157
);
158-
$primary-color-tokens: tokens-mdc-button-protected.get-color-tokens($theme, $primary, $on-primary);
158+
$primary-color-tokens: tokens-mdc-button-protected.get-color-tokens(
159+
$theme,
160+
$primary,
161+
$on-primary
162+
);
159163
$accent-color-tokens: tokens-mdc-button-protected.get-color-tokens($theme, $accent, $on-accent);
160164
$warn-color-tokens: tokens-mdc-button-protected.get-color-tokens($theme, $error, $on-error);
161165

0 commit comments

Comments
 (0)