feat: UI style refresh — Lucide icons, theme, slider, filters, buttons, VK
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user