mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 15:12:35 -05:00
[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 <noreply@anthropic.com> * 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 <liuren.lcy@antgroup.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -172,6 +172,7 @@ export function EditFieldModal({
|
||||
<LabeledCheckbox
|
||||
id="noteRegex"
|
||||
checked={noteFindReplace.useRegex}
|
||||
style={{ color: theme.menuAutoCompleteText }}
|
||||
onChange={({ currentTarget: { checked } }) =>
|
||||
setNoteFindReplace(current => ({
|
||||
...current,
|
||||
|
||||
6
upcoming-release-notes/7515.md
Normal file
6
upcoming-release-notes/7515.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user