We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7774ad8 commit 8d0c8d6Copy full SHA for 8d0c8d6
packages/clerk-js/src/ui/elements/OrganizationPreview.tsx
@@ -44,7 +44,7 @@ export const OrganizationPreview = (props: OrganizationPreviewProps) => {
44
const unlocalizedRoleLabel = options?.find(a => a.value === membership?.role)?.label;
45
46
const mainTextSize =
47
- mainIdentifierVariant || ({ xs: 'subtitle', sm: 'caption', md: 'subtitle', lg: 'h3' } as const)[size];
+ mainIdentifierVariant || ({ xs: 'subtitle', sm: 'caption', md: 'subtitle', lg: 'h1' } as const)[size];
48
49
return (
50
<Flex
0 commit comments