Update role colours

This commit is contained in:
Andrew Kingston 2022-04-28 13:27:31 +01:00
parent d94b30cb1e
commit 709782783e
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -45,7 +45,7 @@
}
const getRoleColor = roleId => {
return RoleColours[roleId] || "#ffa500"
return RoleColours[roleId] || "#ff6500"
}
</script>