Skip to content

Commit

Permalink
fix: 修复小尺寸的input文字没有居中的问题 (#2270)
Browse files Browse the repository at this point in the history
* fix: 修复小尺寸的input文字没有居中的问题

* fix: 更正small input wrapper font-size 为14px
  • Loading branch information
lmsccc committed Jun 4, 2024
1 parent 304ccda commit 4d2fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semi-foundation/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $module: #{$prefix}-input;

&-small {
height: $height-input_wrapper_small;
@include font-size-header-6;
@include font-size-regular;
line-height: $height-input_small;
}

Expand Down

0 comments on commit 4d2fcb4

Please sign in to comment.