update: reduce theme pattern prescence

This commit is contained in:
rasmusq
2025-12-19 22:53:41 +01:00
parent 2b12896374
commit b381a6d669
4 changed files with 3 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
class="fixed top-0 right-0 left-0 pointer-events-none z-0"
style="
mask-image: url({patternPath});
-webkit-mask-image: url({patternPath});
mask-size: cover;
mask-repeat: no-repeat;
mask-position: right top;

View File

@@ -72,7 +72,7 @@
</div>
{:else}
<Card style={cardStyle} class="relative overflow-hidden">
<ThemeCard themeName={theme} color={wishlistColor} />
<ThemeCard themeName={theme} color={wishlistColor} showPattern={false} />
<CardContent class="p-12 relative z-10">
<EmptyState
message={t.wishlist.noWishes + ". " + t.wishlist.addFirstWish + "!"}

View File

@@ -57,7 +57,7 @@
</script>
<Card style={cardStyle} class="relative overflow-hidden">
<ThemeCard themeName={theme} color={item.color} />
<ThemeCard themeName={theme} color={item.color} showPattern={false} />
<CardContent class="p-6 relative z-10">
<div class="flex gap-4">
{#if showDragHandle}