We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8bac7 commit f8c9ad0Copy full SHA for f8c9ad0
components/mdc/Dialog/Alert.svelte
@@ -49,6 +49,7 @@ onMount(() => {
49
i.material-icons {
50
position: relative;
51
top: 4px;
52
+ color: var(--mdc-theme-icon-color);
53
}
54
</style>
55
stories/_theme.scss
@@ -12,6 +12,7 @@
12
--mdc-button-outline-color: #00a7e1;
13
--mdc-list-item__subtitle: #6d7580;
14
--mdc-menu-icon-color: #6d7580;
15
+ --mdc-theme-icon-color: #6d7580;
16
17
18
.mdc-theme--primary-variant {
0 commit comments