fix: notification text's color (#18170)

This commit is contained in:
Alex 2025-05-08 18:07:12 -05:00 committed by GitHub
parent bb7010b2bb
commit ccc2b191dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@
/> />
</div> </div>
<p class="whitespace-pre-wrap ps-[28px] pe-[16px] text-sm text-light" data-testid="message"> <p class="whitespace-pre-wrap ps-[28px] pe-[16px] text-sm text-black/80" data-testid="message">
{#if isComponentNotification(notification)} {#if isComponentNotification(notification)}
<notification.component.type {...notification.component.props} /> <notification.component.type {...notification.component.props} />
{:else} {:else}