fix: use concrete tertiary color for row chevrons inside tinted buttons

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-12 18:43:59 -04:00
parent 1d5e79ba7c
commit ee92b1b248
3 changed files with 5 additions and 4 deletions

View File

@@ -102,8 +102,9 @@ Gotchas learned the hard way:
.combine)` (or a Button/control) to be queryable.
- List/Form section headers render uppercased unless `.textCase(nil)` —
tests assert exact header strings.
- Inside tinted Button rows, hierarchical `.primary`/`.secondary` foreground
styles resolve to the tint; use concrete `Color.primary`/`Color.secondary`.
- Inside tinted Button rows, hierarchical `.primary`/`.secondary`/`.tertiary`
foreground styles resolve to the tint (e.g. blue chevrons); use concrete
`Color.primary`/`Color.secondary`/`Color(.tertiaryLabel)`.
- The unblock confirmation dialog is queried via `app.sheets.buttons[...]`
(a bare `buttons["Unblock"]` is ambiguous with the row label).