From 8d59e84446ee3330c02acba03eab5b6b30a61c34 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 18 Nov 2022 11:51:57 +0800 Subject: [PATCH] style: fix large Input size (#38664) * style: fix large Input size close #38659 * Update components/input/style/index.tsx Co-authored-by: MadCcc <1075746765@qq.com> Co-authored-by: MadCcc <1075746765@qq.com> --- components/input/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]: {