fix: make the closebutton color match the Toast's title (#10800)

Signed-off-by: Sonia Sandler <ssandler@redhat.com>
This commit is contained in:
Sonia Sandler 2025-01-27 10:27:29 -05:00 committed by GitHub
parent 8881f624cb
commit f07659750b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">