We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a3f28 commit b50ac06Copy full SHA for b50ac06
packages/shadcn/src/SubmitButton/SubmitButton.tsx
@@ -12,7 +12,7 @@ export default function SubmitButton<T = any, S extends StrictRJSFSchema = RJSFS
12
return null;
13
}
14
return (
15
- <div className='flex items-center justify-start w-full'>
+ <div>
16
<Button type='submit' {...submitButtonProps} className='my-2'>
17
{submitText}
18
</Button>
0 commit comments