Browse Source

fix: rm useless background color of FloatButton group

pull/38387/head
二货机器人 2 years ago
parent
commit
92b37eebbf
  1. 1
      components/float-button/style/index.tsx

1
components/float-button/style/index.tsx

@ -65,7 +65,6 @@ const floatButtonGroupStyle: GenerateStyle<FloatButtonToken, CSSObject> = token
minHeight: floatButtonSize,
insetInlineEnd: token.floatButtonInsetInlineEnd,
insetBlockEnd: token.floatButtonInsetBlockEnd,
backgroundColor: token.colorBgContainer,
borderRadius: token.borderRadius,
[`${groupPrefixCls}-wrap`]: {

Loading…
Cancel
Save