From d3522d33b6e29c7249466c9aba4a461227f0257b Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Mon, 6 Dec 2021 09:48:52 +0000 Subject: [PATCH] Use 6A1B9A --- src/panels/config/dashboard/ha-config-navigation.ts | 2 +- src/panels/config/ha-panel-config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/config/dashboard/ha-config-navigation.ts b/src/panels/config/dashboard/ha-config-navigation.ts index be8a3ba893..a076385d10 100644 --- a/src/panels/config/dashboard/ha-config-navigation.ts +++ b/src/panels/config/dashboard/ha-config-navigation.ts @@ -27,7 +27,7 @@ class HaConfigNavigation extends LitElement { ${this.pages.map((page) => ( page.path === "#external-app-configuration" - ? !this.externalConfig?.hasSettingsScreen + ? this.externalConfig?.hasSettingsScreen : canShowPage(this.hass, page) ) ? html` diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index 6d456d6e45..549eb30dd8 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -117,7 +117,7 @@ export const configSections: { [name: string]: PageNavigation[] } = { name: "Companion App", description: "Location and notifications", iconPath: mdiCellphoneCog, - iconColor: "#81009D", + iconColor: "#6A1B9A", }, { path: "/config/core",