From 092dfd1e87f882236c250d55868c0066e566e80a Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Sat, 30 Apr 2022 21:31:43 +0200 Subject: [PATCH] Change color of persons for real this time (#12527) --- src/panels/config/ha-panel-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index abe2a11b13..0c933e8d8b 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -93,7 +93,7 @@ export const configSections: { [name: string]: PageNavigation[] } = { path: "/config/person", translationKey: "people", iconPath: mdiAccount, - iconColor: "#832EA6", + iconColor: "#5A87FA", components: ["person", "users"], }, {