Skip to content

Commit c11b0f8

Browse files
committed
fix: subtle button background color
1 parent 5683cf2 commit c11b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const CSS_COLOR_PROPERTIES: CSSColorPropertiesType = {
153153
default: {
154154
color: colorTextLight,
155155
iconColor: colorIconDefault,
156-
background: false,
156+
background: 'transparent',
157157
border: false,
158158
hoverColor: colorTextLight,
159159
hoverBackground: colorLightGray,

0 commit comments

Comments
 (0)