From ccc2b191dd81dbf772609317321074b0783e7e07 Mon Sep 17 00:00:00 2001 From: Alex <alex.tran1502@gmail.com> Date: Thu, 8 May 2025 18:07:12 -0500 Subject: [PATCH] fix: notification text's color (#18170) --- .../shared-components/notification/notification-card.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/shared-components/notification/notification-card.svelte b/web/src/lib/components/shared-components/notification/notification-card.svelte index 48a2159b9a..8f48d59a37 100644 --- a/web/src/lib/components/shared-components/notification/notification-card.svelte +++ b/web/src/lib/components/shared-components/notification/notification-card.svelte @@ -100,7 +100,7 @@ /> </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)} <notification.component.type {...notification.component.props} /> {:else}