Change color of persons for real this time (#12527)

This commit is contained in:
Bram Kragten 2022-04-30 21:31:43 +02:00 committed by GitHub
parent a29ac33810
commit 092dfd1e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ export const configSections: { [name: string]: PageNavigation[] } = {
path: "/config/person",
translationKey: "people",
iconPath: mdiAccount,
iconColor: "#832EA6",
iconColor: "#5A87FA",
components: ["person", "users"],
},
{