diff --git a/components/input/style/index.ts b/components/input/style/index.ts index feb58728ad..8ce49e5cdb 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -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}`,