Skip to content

Commit c375b21

Browse files
author
Machiko Yasuda
committed
fix(chip): bg color is black02, hover is 05
Signed-off-by: Machiko Yasuda <[email protected]>
1 parent f67c1a8 commit c375b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/theme/defaultTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export const rawMuiTheme = {
304304
}
305305
},
306306
deletableColorPrimary: {
307-
"backgroundColor": colors.black05,
307+
"backgroundColor": colors.black02,
308308
"border": `1px solid ${colors.coolGrey}`,
309309
"color": colors.coolGrey500,
310310
"&:hover, &:focus, &:active": {

0 commit comments

Comments
 (0)