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"], }, {