Update role colours
This commit is contained in:
parent
d94b30cb1e
commit
709782783e
|
@ -12,7 +12,7 @@
|
|||
$: roleName = $roles.find(x => x._id === roleId)?.name || "Unknown"
|
||||
|
||||
const getRoleColor = roleId => {
|
||||
return RoleColours[roleId] || "#ffa500"
|
||||
return RoleColours[roleId] || "#ff6500"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
const getRoleColor = roleId => {
|
||||
return RoleColours[roleId] || "#ffa500"
|
||||
return RoleColours[roleId] || "#ff6500"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue