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 76ac49d commit 1d88ad0Copy full SHA for 1d88ad0
packages/clerk-js/src/ui/elements/LegalConsentCheckbox.tsx
@@ -78,7 +78,7 @@ export const LegalCheckbox = (
78
79
return (
80
<Field.Root {...props}>
81
- <Flex justify='center'>
+ <Flex align='start'>
82
<Field.CheckboxIndicator
83
elementDescriptor={descriptors.formFieldCheckboxInput}
84
elementId={descriptors.formFieldInput.setId('legalAccepted')}
0 commit comments