refactor: chnage cart count color

This commit is contained in:
2025-04-30 14:24:29 +05:30
parent 366d8bf3dc
commit 9d8c85d037

View File

@@ -117,7 +117,7 @@ const Navbar = () => {
<SearchComponent isScrolled={isScrolled} />
<Link href="/pages/shopping-cart" className="relative">
<ShoppingBag size={20} className="cursor-pointer" />
<span className="absolute -top-2 -right-2 bg-red font-bold text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">
<span className="absolute -top-2 -right-2 bg-red-600 font-bold text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">
{cartItemCount}
</span>
</Link>