mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix(web): transparent background color (#21747)
This commit is contained in:
parent
e52cc259d5
commit
8e5d52abbb
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
||||||
<div
|
<div
|
||||||
class={[
|
class={[
|
||||||
'focus-visible:outline-none flex overflow-hidden',
|
'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:width="{width}px"
|
||||||
style:height="{height}px"
|
style:height="{height}px"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue