Fix role colours in user app list portal page
This commit is contained in:
parent
1e4f105901
commit
62d87da024
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue