From d2251f2d1aa856f11d01080e1797c6cfeba93a64 Mon Sep 17 00:00:00 2001 From: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:39:21 +0800 Subject: [PATCH] fix(ColorPicker): fix text clipping in ColorPicker InputNumber (#55966) --- components/color-picker/style/input.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/color-picker/style/input.ts b/components/color-picker/style/input.ts index a5f671f743..5dff827282 100644 --- a/components/color-picker/style/input.ts +++ b/components/color-picker/style/input.ts @@ -28,6 +28,7 @@ const genInputStyle: GenerateStyle = (token) => { [`${componentCls}-steppers${antCls}-input-number`]: { fontSize: fontSizeSM, lineHeight: lineHeightSM, + padding: 0, [`${antCls}-input-number-input`]: { paddingInlineStart: paddingXXS, paddingInlineEnd: 0,