Skip to content

Commit

Permalink
fix: input lg font size (#34381)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Mar 9, 2022
1 parent d12614f commit b199d9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
.input-lg() {
padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
font-size: @font-size-lg;

input {
font-size: @font-size-lg;
}
}

.input-sm() {
Expand Down

0 comments on commit b199d9d

Please sign in to comment.