Displays a color coded status indicator.
colorasElement type to render as
disableTextColorWhen true, the text will use the default color while the indicator remains colored
truncateWhether to truncate text with ellipsis
Also supports MarginProps: `m`, `mb`, `ml`, `mr`, `mt`, `mx`, `my`
7 variants found
/settings/authorized-platforms
<>
<Button onClick={() => router.push(`/${environmentId}/audit-logs`)}>
Configure audit logs
</Button>
<Status color="gray">No events received</Status>
</><Flex align="center" gap="2">
<Text>{organizationName ?? 'Personal account'}</Text>
{needsReauth && (
<Status color="yellow" style={{ gap: 'var(--space-2)' }}>
Needs reauthorization
</Status>
)}
</Flex>Also supports MarginProps: m, mb, ml, mr, mt, mx, my
Used 39 times across 1 package
color
29 files
/:environmentId/authentication/integrations
/settings/authorized-platforms
Show 19 more files