From 4b84504da4ce9675709601bc51df6484aa810ede Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:57:00 -0500 Subject: [PATCH] more unsaved color tweaks --- web/src/pages/Settings.tsx | 2 +- web/src/views/settings/SingleSectionPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx index afa003f94f..fd19da4f97 100644 --- a/web/src/pages/Settings.tsx +++ b/web/src/pages/Settings.tsx @@ -1516,7 +1516,7 @@ export default function Settings() {
- + {t("unsavedChanges", { ns: "views/settings", defaultValue: "You have unsaved changes", diff --git a/web/src/views/settings/SingleSectionPage.tsx b/web/src/views/settings/SingleSectionPage.tsx index 1c0316db47..c054ba7f18 100644 --- a/web/src/views/settings/SingleSectionPage.tsx +++ b/web/src/views/settings/SingleSectionPage.tsx @@ -212,7 +212,7 @@ export function SingleSectionPage({ {sectionStatus.hasChanges && ( {t("button.modified", { ns: "common", @@ -250,7 +250,7 @@ export function SingleSectionPage({ {sectionStatus.hasChanges && ( {t("button.modified", { ns: "common", defaultValue: "Modified" })}