diff --git a/components/input/style/index.tsx b/components/input/style/index.tsx index 3a1c7bfaf7..068acf1214 100644 --- a/components/input/style/index.tsx +++ b/components/input/style/index.tsx @@ -752,7 +752,7 @@ const genSearchInputStyle: GenerateStyle = (token: InputToken) => { // fix slight height diff in Firefox: // https://ant.design/components/auto-complete-cn/#components-auto-complete-demo-certain-category [`${componentCls}-lg`]: { - lineHeight: token.lineHeight - 0.0002, + lineHeight: token.lineHeightLG - 0.0002, }, [`> ${componentCls}-group`]: {