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"
|
class="fixed top-0 right-0 left-0 pointer-events-none z-0"
|
||||||
style="
|
style="
|
||||||
mask-image: url({patternPath});
|
mask-image: url({patternPath});
|
||||||
-webkit-mask-image: url({patternPath});
|
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: right top;
|
mask-position: right top;
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<Card style={cardStyle} class="relative overflow-hidden">
|
<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">
|
<CardContent class="p-12 relative z-10">
|
||||||
<EmptyState
|
<EmptyState
|
||||||
message={t.wishlist.noWishes + ". " + t.wishlist.addFirstWish + "!"}
|
message={t.wishlist.noWishes + ". " + t.wishlist.addFirstWish + "!"}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card style={cardStyle} class="relative overflow-hidden">
|
<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">
|
<CardContent class="p-6 relative z-10">
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
{#if showDragHandle}
|
{#if showDragHandle}
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
</Card>
|
</Card>
|
||||||
{:else}
|
{:else}
|
||||||
<Card style={headerCardStyle} class="relative overflow-hidden">
|
<Card style={headerCardStyle} class="relative overflow-hidden">
|
||||||
<ThemeCard themeName={data.wishlist.theme} color={data.wishlist.color} />
|
<ThemeCard themeName={data.wishlist.theme} color={data.wishlist.color} showPattern={false} />
|
||||||
<CardContent class="p-12 relative z-10">
|
<CardContent class="p-12 relative z-10">
|
||||||
<EmptyState
|
<EmptyState
|
||||||
message={t.wishlist.emptyWishes}
|
message={t.wishlist.emptyWishes}
|
||||||
|
|||||||
Reference in New Issue
Block a user