Skip to content

Commit e9dc46a

Browse files
jrasm91jochbru
authored andcommitted
fix(web): transparent background color (immich-app#21747)
1 parent 8a1dbdc commit e9dc46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/components/assets/thumbnail/thumbnail.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<div
198198
class={[
199199
'focus-visible:outline-none flex overflow-hidden',
200-
disabled ? 'bg-gray-300' : 'bg-primary/30 dark:bg-primary/70',
200+
disabled ? 'bg-gray-300' : 'dark:bg-neutral-700 bg-neutral-200',
201201
]}
202202
style:width="{width}px"
203203
style:height="{height}px"

0 commit comments

Comments
 (0)