Skip to content

Commit f67c1a8

Browse files
author
Machiko Yasuda
committed
fix(chip): default chip is height 32; fix deletable chip colors
Signed-off-by: Machiko Yasuda <[email protected]>
1 parent 82ca0f8 commit f67c1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/src/theme/defaultTheme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,16 @@ export const rawMuiTheme = {
296296
root: {
297297
fontSize: defaultFontSize * 0.875,
298298
letterSpacing: captionLetterSpacing,
299-
height: 30
299+
height: 32
300300
},
301301
deletable: {
302302
"&:hover": {
303303
cursor: "pointer"
304304
}
305305
},
306306
deletableColorPrimary: {
307-
"backgroundColor": colors.black02,
308-
"border": `1px solid ${colors.black30}`,
307+
"backgroundColor": colors.black05,
308+
"border": `1px solid ${colors.coolGrey}`,
309309
"color": colors.coolGrey500,
310310
"&:hover, &:focus, &:active": {
311311
backgroundColor: colors.black05

0 commit comments

Comments
 (0)