mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): dark mode uploading font color (#7372)
* fix: dark mode uploading font color * chore: remove dark text by default
This commit is contained in:
parent
ee58569b42
commit
78ece4ced9
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="relative mt-[5px] h-[15px] w-full rounded-md bg-gray-300 text-white dark:bg-immich-dark-gray dark:text-black"
|
class="relative mt-[5px] h-[15px] w-full rounded-md bg-gray-300 text-white dark:bg-immich-dark-gray"
|
||||||
|
class:dark:text-black={uploadAsset.state === UploadState.STARTED}
|
||||||
>
|
>
|
||||||
{#if uploadAsset.state === UploadState.STARTED}
|
{#if uploadAsset.state === UploadState.STARTED}
|
||||||
<div class="h-[15px] rounded-md bg-immich-primary transition-all" style={`width: ${uploadAsset.progress}%`} />
|
<div class="h-[15px] rounded-md bg-immich-primary transition-all" style={`width: ${uploadAsset.progress}%`} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue