Skip to content

Commit

Permalink
feat: Update size prop value in FormSubmitButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang committed Mar 27, 2024
1 parent 950789d commit b8a1c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/molecule/form/form-submit-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function FormSubmitButton({
label,
position = 'right',
variant = 'primary',
size = 'sm',
size = 'md',
}: FormSubmitButtonProps) {
const { formId } = useContext(FormContext);
const { pending } = useFormStatus();
Expand Down

0 comments on commit b8a1c06

Please sign in to comment.