Skip to content

Commit

Permalink
fix: adjust margin for InputImage component
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Jan 6, 2025
1 parent ebb3fb8 commit a233714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/frontend/app/components/InputImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const InputImage = ({
: undefined;

return (
<Box as="label" cursor="pointer" m="100px auto 40px">
<Box as="label" cursor="pointer" m="40px auto 40px">
<Input
type="file"
accept="image/*"
Expand Down

0 comments on commit a233714

Please sign in to comment.