From 001742a8568d14bd3ec581a15f9d52bf2c1481ef Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 14 May 2026 21:55:54 +0500 Subject: [PATCH] fix: icon gap, lighter scheme bg, filled cart icon for inCart --- client/src/app/layout/AppHeader.tsx | 4 ++-- .../src/features/cart/toggle-cart-icon/ui/ToggleCartIcon.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/app/layout/AppHeader.tsx b/client/src/app/layout/AppHeader.tsx index 6f606f8..a9e91a1 100644 --- a/client/src/app/layout/AppHeader.tsx +++ b/client/src/app/layout/AppHeader.tsx @@ -155,13 +155,13 @@ export function AppHeader() { )} {!isMobile && ( - + - {user ? (inCart ? : ) : } + {user ? (inCart ? : ) : }