fix: icon spacing, scheme bg, drawer layout, filter margin, cart icon states

This commit is contained in:
Kirill
2026-05-14 21:46:41 +05:00
parent d5075813a2
commit 8a39eb9ce7
4 changed files with 24 additions and 10 deletions
+7 -5
View File
@@ -79,11 +79,13 @@ export function HomePage() {
Игрушки, сувениры и другие изделия ручной работы.
</Typography>
<ProductFilters
{...filters}
categories={categoriesQuery.data ?? []}
categoriesLoading={categoriesQuery.isLoading}
/>
<Box sx={{ mb: 3 }}>
<ProductFilters
{...filters}
categories={categoriesQuery.data ?? []}
categoriesLoading={categoriesQuery.isLoading}
/>
</Box>
{productsQuery.isLoading && (
<Grid container spacing={2} sx={{ mt: 2 }}>