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

Commit e4f4533

Browse files
devversionThomasBurleson
authored andcommitted
fix(chips): apply right theme styles
Fixes #7104 Closes #7428
1 parent e0941d6 commit e4f4533

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/components/chips/chips-theme.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
md-chips.md-THEME_NAME-theme {
2+
23
.md-chips {
3-
box-shadow: 0 1px '{{background-300}}';
4+
box-shadow: 0 1px '{{foreground-4}}';
5+
46
&.md-focused {
57
box-shadow: 0 2px '{{primary-color}}';
68
}
9+
10+
._md-chip-input-container {
11+
input {
12+
@include input-placeholder-color('{{foreground-3}}');
13+
color: '{{foreground-1}}';
14+
}
15+
}
716
}
17+
818
md-chip {
919
background: '{{background-300}}';
1020
color: '{{background-800}}';
21+
22+
md-icon {
23+
color: '{{background-700}}';
24+
}
25+
1126
&.md-focused {
1227
background: '{{primary-color}}';
1328
color: '{{primary-contrast}}';
29+
1430
md-icon {
1531
color: '{{primary-contrast}}';
1632
}

0 commit comments

Comments
 (0)