Fix role colours in user app list portal page

This commit is contained in:
Andrew Kingston 2024-10-22 15:28:40 +01:00
parent 1e4f105901
commit 62d87da024
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
{:else} {:else}
<StatusLight <StatusLight
square square
color={role?.color || "var(--spectrum-global-color-static-magenta-400)"} color={role?.uiMetadata.color ||
"var(--spectrum-global-color-static-magenta-400)"}
> >
Can use as {getRoleLabel(value)} Can use as {getRoleLabel(value)}
</StatusLight> </StatusLight>