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:
@@ -110,7 +110,7 @@
|
||||
type="button"
|
||||
onclick={createAndAdd}
|
||||
disabled={busy || !newName.trim()}
|
||||
class="rounded bg-action-secondary px-2 py-1 text-xs text-text-primary disabled:opacity-50"
|
||||
class="rounded bg-action-secondary px-2 py-1 text-xs text-action-fg disabled:opacity-50"
|
||||
>
|
||||
Create & add
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user