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:
@@ -218,14 +218,14 @@
|
||||
<div class="mt-5 flex justify-end gap-2">
|
||||
<button
|
||||
type="button"
|
||||
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"
|
||||
onclick={cancelModal}
|
||||
>
|
||||
Cancel
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-md bg-action-primary px-3 py-1.5 text-sm text-text-primary"
|
||||
class="rounded-md bg-action-primary px-3 py-1.5 text-sm text-action-fg"
|
||||
onclick={confirmModal}
|
||||
>
|
||||
Add the album
|
||||
|
||||
Reference in New Issue
Block a user