Skip to content

Commit

Permalink
fix(Input): adjust font size configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Jun 5, 2024
1 parent 6398560 commit 93b81a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/components/input/input.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const defaultConfig = {
},
xl: {
font: {
size: 'sm',
size: 'base',
},
},
},
Expand Down Expand Up @@ -360,7 +360,7 @@ export const defaultConfig = {
},
lg: {
font: {
size: 'base',
size: 'sm',
},
},
xl: {
Expand Down

0 comments on commit 93b81a2

Please sign in to comment.