Skip to content

Commit 1d88ad0

Browse files
committed
fix(clerk-js): Legal checkbox alignment
1 parent 76ac49d commit 1d88ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/src/ui/elements/LegalConsentCheckbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const LegalCheckbox = (
7878

7979
return (
8080
<Field.Root {...props}>
81-
<Flex justify='center'>
81+
<Flex align='start'>
8282
<Field.CheckboxIndicator
8383
elementDescriptor={descriptors.formFieldCheckboxInput}
8484
elementId={descriptors.formFieldInput.setId('legalAccepted')}

0 commit comments

Comments
 (0)