From 7925d120aed6189c7274d05e3c398587a15b105d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:36:15 -0500 Subject: [PATCH] tweak colors and switch --- web/public/locales/en/views/settings.json | 2 +- .../settings/ProfileSectionDropdown.tsx | 6 +---- web/src/utils/profileColors.ts | 24 +++++++++---------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 7f2ce01e0..975bbddc5 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -1464,7 +1464,7 @@ "deleteSectionConfirm": "Remove {{profile}}'s overrides for {{section}} on {{camera}}?", "enableSwitch": "Enable Profiles", "enabledDescription": "Profiles are enabled. Navigate to a camera config section, create a new profile from the dropdown in the header, and save for changes to take effect.", - "disabledDescription": "Profiles allow you to define named sets of camera config overrides (e.g., armed, away, night) that can be activated on demand. Enable profiles to get started." + "disabledDescription": "Profiles allow you to define named sets of camera config overrides (e.g., armed, away, night) that can be activated on demand." }, "unsavedChanges": "You have unsaved changes", "confirmReset": "Confirm Reset", diff --git a/web/src/components/settings/ProfileSectionDropdown.tsx b/web/src/components/settings/ProfileSectionDropdown.tsx index 10ad0d437..e3f81bb79 100644 --- a/web/src/components/settings/ProfileSectionDropdown.tsx +++ b/web/src/components/settings/ProfileSectionDropdown.tsx @@ -114,11 +114,7 @@ export function ProfileSectionDropdown({ <> -