mirror of
https://github.com/immich-app/immich.git
synced 2025-05-23 21:01:30 +02:00
fix: notification text's color (#18170)
This commit is contained in:
parent
bb7010b2bb
commit
ccc2b191dd
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue