We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1dbdc commit e9dc46aCopy full SHA for e9dc46a
web/src/lib/components/assets/thumbnail/thumbnail.svelte
@@ -197,7 +197,7 @@
197
<div
198
class={[
199
'focus-visible:outline-none flex overflow-hidden',
200
- disabled ? 'bg-gray-300' : 'bg-primary/30 dark:bg-primary/70',
+ disabled ? 'bg-gray-300' : 'dark:bg-neutral-700 bg-neutral-200',
201
]}
202
style:width="{width}px"
203
style:height="{height}px"
0 commit comments