Skip to content

Commit

Permalink
fix: 更正small input wrapper font-size 为14px
Browse files Browse the repository at this point in the history
  • Loading branch information
lmsccc authored Jun 3, 2024
1 parent 68469fd commit 80cf944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/semi-foundation/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $module: #{$prefix}-input;


.#{$module}-wrapper {
display: inline-flex;
display: inline-block;
position: relative;
vertical-align: middle;

Expand Down 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 80cf944

Please sign in to comment.