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>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<button
|
||||
type="button"
|
||||
aria-label={`Request ${title}`}
|
||||
class="flex items-center gap-1 rounded-md bg-action-primary px-3 py-1.5 text-sm text-text-primary"
|
||||
class="flex items-center gap-1 rounded-md bg-action-primary px-3 py-1.5 text-sm text-action-fg"
|
||||
onclick={handleRequest}
|
||||
>
|
||||
<Plus size={16} strokeWidth={1} /> Request
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
type="button"
|
||||
onclick={submit}
|
||||
disabled={submitting}
|
||||
class="inline-flex items-center gap-1 rounded-md bg-action-secondary px-2.5 py-1 text-sm text-text-primary disabled:opacity-50"
|
||||
class="inline-flex items-center gap-1 rounded-md bg-action-secondary px-2.5 py-1 text-sm text-action-fg disabled:opacity-50"
|
||||
>
|
||||
<Flag size={14} strokeWidth={1} />
|
||||
{isUpdate ? 'Update flag' : 'Flag'}
|
||||
|
||||
Reference in New Issue
Block a user