Fix role colours in user app list portal page
This commit is contained in:
parent
1e4f105901
commit
62d87da024
|
@ -20,7 +20,8 @@
|
|||
{:else}
|
||||
<StatusLight
|
||||
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)}
|
||||
</StatusLight>
|
||||
|
|
Loading…
Reference in New Issue