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

Commit 565b7b4

Browse files
typotterThomasBurleson
authored andcommitted
fix(chips): adjust chips css.
Change font size and padding to match spec. fixes #3402. closes #4117.
1 parent 3fdb314 commit 565b7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/chips/chips.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$chip-font-size: rem(1.3) !default;
1+
$chip-font-size: rem(1.6) !default;
22
$chip-height: rem(3.2) !default;
33
$chip-padding: 0 rem(0.8) 0 rem(1.2) !default;
44
$chip-margin: rem(0.8) rem(0.8) 0 0 !default;
5-
$chip-wrap-padding: 0 0 rem(0.8) 0 !default;
5+
$chip-wrap-padding: 0 0 rem(0.8) rem(0.3) !default;
66
$chip-delete-icon-size: rem(1.8) !default;
77
$contact-chip-padding: 0 rem(0.8) 0 0 !default;
88
$contact-chip-suggestion-image-height: rem(4.0) !default;

0 commit comments

Comments
 (0)