fix(site): HealthPage/WorkspaceProxyPage: adjust border colour for unhealthy regions (#11516)

This commit is contained in:
Cian Johnston
2024-01-09 17:36:41 +00:00
committed by GitHub
parent e77b1a5ffd
commit 952706e905
@@ -55,7 +55,11 @@ export const WorkspaceProxyPage = () => {
key={region.id}
css={{
borderRadius: 8,
border: `1px solid ${theme.palette.divider}`,
border: `1px solid ${
region.healthy
? theme.palette.divider
: theme.palette.warning.light
}`,
fontSize: 14,
}}
>