Skip to content

Commit eedf797

Browse files
committed
tweak text colors
1 parent 72a7986 commit eedf797

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPageView.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,12 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
414414
return (
415415
<TableRow data-testid={`idp-org-${idpOrg}`}>
416416
<TableCell>
417-
<Stack direction="row" alignItems="center" spacing={1}>
417+
<Stack
418+
direction="row"
419+
alignItems="center"
420+
spacing={1}
421+
className="text-content-primary"
422+
>
418423
{idpOrg}
419424
{!exists && (
420425
<TooltipProvider>

0 commit comments

Comments
 (0)