Skip to content

Commit

Permalink
fix: font-size of input cannot be inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector-Chong committed Feb 6, 2024
1 parent e5a4317 commit db695f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/input/native-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
resize: inherit;
background: inherit;
border: inherit;
font-size: inherit;

// for ios wechat
&[type='date'],
Expand Down

0 comments on commit db695f8

Please sign in to comment.