fix: restore padding to wishlist item cards
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
const t = $derived(languageStore.t);
|
const t = $derived(languageStore.t);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ThemedCard color={item.color} fallbackColor={wishlistColor} theme={theme} padding="none">
|
<ThemedCard color={item.color} fallbackColor={wishlistColor} theme={theme}>
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
{#if showDragHandle}
|
{#if showDragHandle}
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user