Skip to content

Commit

Permalink
Merge pull request #228 from sirisayshello/fix-size-of-form-input-ele…
Browse files Browse the repository at this point in the history
…ments

add defaultProps for TagsInput and Textarea
  • Loading branch information
juliasophieg authored Nov 18, 2024
2 parents 687a945 + 1d51da4 commit 183660a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ export const theme = createTheme({
size: "md",
},
},
TagsInput: {
defaultProps: {
size: "md",
},
},
Textarea: {
defaultProps: {
size: "md",
},
},
Button: {
defaultProps: {
size: "md",
Expand Down

0 comments on commit 183660a

Please sign in to comment.