Skip to content

Commit

Permalink
fix(chip): use lighter background color
Browse files Browse the repository at this point in the history
references #14196
  • Loading branch information
brandyscarney committed Mar 21, 2018
1 parent fc30ba1 commit 08553f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/components/chip/chip.ios.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $chip-ios-font-size: 13px !default;
$chip-ios-text-color: $text-ios-color-step-150 !default;

/// @prop - Background color of the chip
$chip-ios-background-color: css-var($text-ios-color-value, text-ios-color, $alpha-ios-low) !default;
$chip-ios-background-color: css-var($text-ios-color-value, text-ios-color, $alpha-ios-lowest) !default;

/// @prop - Margin top of the label in the chip
$chip-ios-label-margin-top: 0 !default;
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/chip/chip.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $chip-md-font-size: 13px !default;
$chip-md-text-color: $text-md-color-step-150 !default;

/// @prop - Background color of the chip
$chip-md-background-color: css-var($text-md-color-value, text-md-color, $alpha-md-low) !default;
$chip-md-background-color: css-var($text-md-color-value, text-md-color, $alpha-md-lowest) !default;

/// @prop - Margin top of the label in the chip
$chip-md-label-margin-top: 0 !default;
Expand Down

0 comments on commit 08553f1

Please sign in to comment.