We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a7986 commit eedf797Copy full SHA for eedf797
site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPageView.tsx
@@ -414,7 +414,12 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
414
return (
415
<TableRow data-testid={`idp-org-${idpOrg}`}>
416
<TableCell>
417
- <Stack direction="row" alignItems="center" spacing={1}>
+ <Stack
418
+ direction="row"
419
+ alignItems="center"
420
+ spacing={1}
421
+ className="text-content-primary"
422
+ >
423
{idpOrg}
424
{!exists && (
425
<TooltipProvider>
0 commit comments