fix: missing theme on local wishlists in dashboard page

This commit is contained in:
rasmusq
2025-11-28 13:03:13 +01:00
parent eb7ccdf7a2
commit d165e5992a
4 changed files with 115 additions and 19 deletions

View File

@@ -58,7 +58,7 @@
});
</script>
<PageContainer theme={currentTheme} themeColor="#3b82f6">
<PageContainer theme={currentTheme} themeColor={null}>
<DashboardHeader
userName={data.user?.name}
userEmail={data.user?.email}