fix: Input addonBg should work (#45222)

This commit is contained in:
MadCcc 2023-10-09 09:41:30 +08:00 committed by GitHub
parent 4ed70bad0a
commit 04c804eb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ export const genInputGroupStyle = (token: InputToken): CSSObject => {
fontWeight: 'normal',
fontSize: token.fontSize,
textAlign: 'center',
backgroundColor: token.colorFillAlter,
backgroundColor: token.addonBg,
border: `${token.lineWidth}px ${token.lineType} ${token.colorBorder}`,
borderRadius: token.borderRadius,
transition: `all ${token.motionDurationSlow}`,