diff --git a/src/components/chips/chips-theme.scss b/src/components/chips/chips-theme.scss
index d5fb9cb8c3..618295a525 100644
--- a/src/components/chips/chips-theme.scss
+++ b/src/components/chips/chips-theme.scss
@@ -37,11 +37,13 @@ md-chips.md-THEME_NAME-theme {
color: '{{background-800}}';
}
}
- md-chip-remove {
- .md-button {
- md-icon {
- path {
- fill: '{{background-500}}';
+ .md-chip-remove-container {
+ button {
+ &md-chip-remove,
+ &.md-chip-remove {
+ md-icon {
+ color: '{{foreground-2}}';
+ fill: '{{foreground-2}}';
}
}
}
diff --git a/src/components/chips/chips.scss b/src/components/chips/chips.scss
index 372ee38520..fd6168e22c 100644
--- a/src/components/chips/chips.scss
+++ b/src/components/chips/chips.scss
@@ -1,8 +1,8 @@
-$chip-font-size: rem(1.6) !default;
+$chip-font-size: rem(1.3) !default;
$chip-height: rem(3.2) !default;
$chip-padding: 0 rem(1.2) 0 rem(1.2) !default;
$chip-input-padding: 0 !default;
-$chip-remove-padding-right: rem(2.2) !default;
+$chip-remove-padding-right: rem(2.8) !default;
$chip-remove-line-height: rem(2.2) !default;
$chip-margin: rem(0.8) rem(0.8) 0 0 !default;
$chip-wrap-padding: 0 0 rem(0.8) rem(0.3) !default;
diff --git a/src/components/chips/demoBasicUsage/index.html b/src/components/chips/demoBasicUsage/index.html
index a518239a82..151b953e0d 100644
--- a/src/components/chips/demoBasicUsage/index.html
+++ b/src/components/chips/demoBasicUsage/index.html
@@ -69,7 +69,7 @@
Display an ordered set of objects as chips (with custom tem
({{$chip.type}})
-