Skip to content

Commit

Permalink
fix(input): [input] fix input container 1px higher than input close #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe committed Nov 8, 2024
1 parent 8eb46c5 commit 59acd92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme/src/input/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@

&-small {
.input-size(var(--tv-Input-small-height));
font-size: var(--tv-Input-small-font-size);
.@{input-prefix-cls}__inner {
font-size: var(--tv-Input-small-font-size);
}
Expand All @@ -265,6 +266,7 @@

&-mini {
.input-size(var(--tv-Input-mini-height));
font-size: var(--tv-Input-small-font-size);
.@{input-prefix-cls}__inner {
font-size: var(--tv-Input-small-font-size);
}
Expand Down

0 comments on commit 59acd92

Please sign in to comment.