fix: icon spacing, scheme bg, drawer layout, filter margin, cart icon states
This commit is contained in:
@@ -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 }}>
|
||||
|
||||
Reference in New Issue
Block a user