update: reduce theme pattern prescence
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 + "!"}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user