Skip to content

Commit

Permalink
chore: add 150x file uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
luizakp committed Mar 11, 2024
1 parent bae0003 commit 0370868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormBuilder/fields/FileUploadField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const imageUploadVariants = cva("w-full", {
variants: {
size: {
small: "size-24 p-0 max-w-24",
"150": "size-[150px] p-0 max-w-[150px]",
medium: "size-48 p-0 max-w-48",
large: "size-80 p-0 max-w-80",
},
Expand Down

0 comments on commit 0370868

Please sign in to comment.