mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04: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…
x
Reference in New Issue
Block a user