mirror of
https://github.com/immich-app/immich.git
synced 2025-06-02 21:24:28 -04:00
fix: notification text's color (#18170)
This commit is contained in:
parent
bb7010b2bb
commit
ccc2b191dd
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user