refactor(web/m7-362): action-button labels use non-flipping text-action-fg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-03 13:42:42 -04:00
parent 5c5f9f3ec1
commit f0bfac2555
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
<button
type="button"
onclick={submitEdit}
class="rounded-md bg-action-secondary px-3 py-1.5 text-sm text-text-primary"
class="rounded-md bg-action-secondary px-3 py-1.5 text-sm text-action-fg"
>
Save
</button>