fix: icon gap, lighter scheme bg, filled cart icon for inCart

This commit is contained in:
Kirill
2026-05-14 21:55:54 +05:00
parent 8a39eb9ce7
commit 001742a856
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -155,13 +155,13 @@ export function AppHeader() {
)}
{!isMobile && (
<Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5, ml: 1.5 }}>
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1.5, ml: 1.5 }}>
<Box
sx={{
display: 'flex',
alignItems: 'center',
gap: 0.5,
bgcolor: 'action.hover',
bgcolor: 'rgba(255,255,255,0.12)',
borderRadius: 3,
px: 0.5,
py: 0.25,