fix: restore padding to wishlist item cards

This commit is contained in:
Rasmus Q
2026-03-16 15:09:48 +00:00
parent 07c098df77
commit 37870c8403

View File

@@ -27,7 +27,7 @@
const t = $derived(languageStore.t);
</script>
<ThemedCard color={item.color} fallbackColor={wishlistColor} theme={theme} padding="none">
<ThemedCard color={item.color} fallbackColor={wishlistColor} theme={theme}>
<div class="flex gap-4">
{#if showDragHandle}
<div