feat: UI style refresh — Lucide icons, theme, slider, filters, buttons, VK

This commit is contained in:
Kirill
2026-05-14 21:25:11 +05:00
parent 3b85f2cb57
commit 8632601490
18 changed files with 256 additions and 220 deletions
+4 -6
View File
@@ -1,6 +1,4 @@
import AddIcon from '@mui/icons-material/Add'
import DeleteOutlineOutlinedIcon from '@mui/icons-material/DeleteOutlineOutlined'
import RemoveIcon from '@mui/icons-material/Remove'
import { Minus, Plus, Trash2 } from 'lucide-react'
import Alert from '@mui/material/Alert'
import Box from '@mui/material/Box'
import Button from '@mui/material/Button'
@@ -115,7 +113,7 @@ export function CartPage() {
size="small"
sx={{ width: 32, height: 32 }}
>
<RemoveIcon />
<Minus />
</IconButton>
<Typography
sx={{
@@ -137,7 +135,7 @@ export function CartPage() {
size="small"
sx={{ width: 32, height: 32 }}
>
<AddIcon />
<Plus />
</IconButton>
</span>
</Tooltip>
@@ -149,7 +147,7 @@ export function CartPage() {
size="small"
sx={{ width: 32, height: 32 }}
>
<DeleteOutlineOutlinedIcon />
<Trash2 />
</IconButton>
</Stack>
</Stack>