mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
fix: make the closebutton color match the Toast's title (#10800)
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
This commit is contained in:
parent
8881f624cb
commit
f07659750b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const executeAction = async (): Promise<void> => {
|
|||
{/if}
|
||||
|
||||
<div class="flex flex-grow flex-col items-end">
|
||||
<CloseButton on:click={closeAction} />
|
||||
<CloseButton class="text-[var(--pd-modal-text)]" on:click={closeAction} />
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row items-center italic line-clamp-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue