Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3243575

Browse files
devversionThomasBurleson
authored andcommitted
fix(button): fixed wrong md-icon selector and changed raised icon color to hue-900
Fixes #6944 Closes #6945
1 parent c739d11 commit 3243575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/button/button-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ a.md-button.md-THEME_NAME-theme,
7373
color: '{{background-900}}';
7474
background-color: '{{background-50}}';
7575
&:not([disabled]) {
76-
.md-icon {
77-
color: '{{background-contrast}}';
76+
md-icon {
77+
color: '{{background-900}}';
7878
}
7979
&:hover {
8080
background-color: '{{background-50}}';

0 commit comments

Comments
 (0)