mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(web): forceDark control app bar doesn't work (#17759)
This commit is contained in:
parent
a8eec92da7
commit
fda68f972f
@ -77,8 +77,7 @@
|
||||
appBarBorder,
|
||||
'mx-2 my-2 place-items-center rounded-lg p-2 max-md:p-0 transition-all',
|
||||
tailwindClasses,
|
||||
'bg-immich-gray dark:bg-immich-dark-gray',
|
||||
forceDark && 'bg-immich-dark-gray text-white',
|
||||
forceDark ? 'bg-immich-dark-gray text-white' : 'bg-immich-gray dark:bg-immich-dark-gray',
|
||||
]}
|
||||
>
|
||||
<div class="flex place-items-center sm:gap-6 justify-self-start dark:text-immich-dark-fg">
|
||||
|
Loading…
x
Reference in New Issue
Block a user