mirror of
https://github.com/zebrajr/immich.git
synced 2025-12-06 00:20:20 +01:00
fix(web): transparent background color (#21747)
This commit is contained in:
parent
e52cc259d5
commit
8e5d52abbb
|
|
@ -197,7 +197,7 @@
|
|||
<div
|
||||
class={[
|
||||
'focus-visible:outline-none flex overflow-hidden',
|
||||
disabled ? 'bg-gray-300' : 'bg-primary/30 dark:bg-primary/70',
|
||||
disabled ? 'bg-gray-300' : 'dark:bg-neutral-700 bg-neutral-200',
|
||||
]}
|
||||
style:width="{width}px"
|
||||
style:height="{height}px"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user