From 366aa8aed12c7afb94cda21e6804b0ddd2121b5f Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 28 Nov 2021 17:52:39 +0100 Subject: [PATCH] Fix typo on config page + adjust icon color (#10713) --- src/panels/config/ha-panel-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index 30abfa3b6d..784e4d7a6b 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -51,13 +51,13 @@ export const configSections: { [name: string]: PageNavigation[] } = { name: "Devices & Services", description: "Integrations, devices, entities and areas", iconPath: mdiDevices, - iconColor: "#2D338F", + iconColor: "#0D47A1", core: true, }, { path: "/config/automation", name: "Automations", - description: "Automations, bludprints, scenes and scripts", + description: "Automations, blueprints, scenes and scripts", iconPath: mdiRobot, iconColor: "#518C43", components: ["automation", "blueprint", "scene", "script"],