fix: restore padding to wishlist item cards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user