Skip to content

Commit

Permalink
Update the formkit input sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
leamsigc committed Nov 9, 2024
1 parent 99e5d9b commit 60a6194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formkit/formkit.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ const classes: Record<string, Record<string, boolean>> = {
},
"submit__outer": {
"group": true,
"max-w-[20em]": true,
"max-w-full": true,
"min-w-0": true,
"grow": true,
"mb-4": true,
Expand Down Expand Up @@ -1205,7 +1205,7 @@ const classes: Record<string, Record<string, boolean>> = {
},
"colorpicker__outer": {
"group": true,
"max-w-[20em]": true,
"max-w-full": true,
"min-w-0": true,
"grow": true,
"mb-4": true,
Expand Down Expand Up @@ -2309,7 +2309,7 @@ const classes: Record<string, Record<string, boolean>> = {
},
"slider__outer": {
"group": true,
"max-w-[20em]": true,
"max-w-full": true,
"min-w-0": true,
"grow": true,
"mb-4": true,
Expand Down Expand Up @@ -3291,7 +3291,7 @@ const classes: Record<string, Record<string, boolean>> = {
const globals: Record<string, Record<string, boolean>> = {
"outer": {
"group": true,
"max-w-[20em]": true,
"max-w-full": true,
"min-w-0": true,
"grow": true,
"mb-4": true,
Expand Down

0 comments on commit 60a6194

Please sign in to comment.