From 2aa2e49df9eb7bb3733e8bbf37d4621bb501a5fb Mon Sep 17 00:00:00 2001 From: JasmineLCY <38378321+JasmineLCY@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:25:41 +0800 Subject: [PATCH] [AI] Fix regex checkbox label contrast in notes modal (#7515) * [AI] Fix regex checkbox label contrast in notes modal (#7514) Apply theme.menuAutoCompleteText color to the "Use Regular Expressions" checkbox label in the find-and-replace tab so it contrasts with the menuAutoCompleteBackground modal background. Co-Authored-By: Claude Opus 4.6 * fix: rename release note file to match PR number The CI expects the release note file to be named after the PR number (7515), not the issue number (7514). --------- Co-authored-by: liuren.lcy Co-authored-by: Claude Opus 4.6 --- .../desktop-client/src/components/modals/EditFieldModal.tsx | 1 + upcoming-release-notes/7515.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 upcoming-release-notes/7515.md diff --git a/packages/desktop-client/src/components/modals/EditFieldModal.tsx b/packages/desktop-client/src/components/modals/EditFieldModal.tsx index 919f744af3..84492f4baa 100644 --- a/packages/desktop-client/src/components/modals/EditFieldModal.tsx +++ b/packages/desktop-client/src/components/modals/EditFieldModal.tsx @@ -172,6 +172,7 @@ export function EditFieldModal({ setNoteFindReplace(current => ({ ...current, diff --git a/upcoming-release-notes/7515.md b/upcoming-release-notes/7515.md new file mode 100644 index 0000000000..1fc335e8cd --- /dev/null +++ b/upcoming-release-notes/7515.md @@ -0,0 +1,6 @@ +--- +category: Bugfixes +authors: [JasmineLCY] +--- + +Fix unreadable "Use Regular Expressions" checkbox label in the notes find-and-replace modal by applying the correct theme color.