Skip to content

Commit 6ae19e6

Browse files
committed
Fix separator to use theme value
1 parent 5bf8241 commit 6ae19e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/ConfigureSSO/ConfigureSSONavbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const PrimaryEmailDomainFooter = (): JSX.Element | null => {
117117
padding: `${t.space.$none} ${t.space.$3}`,
118118
})}
119119
>
120-
<Hr sx={{ backgroundColor: 'borderAlpha100' }} />
120+
<Hr sx={t => ({ backgroundColor: t.colors.$borderAlpha100 })} />
121121

122122
<Text
123123
as='span'

0 commit comments

Comments
 (0)