We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6160 commit 9e55e99Copy full SHA for 9e55e99
src/components/Header/Cart.component.tsx
@@ -50,7 +50,7 @@ const Cart = ({ stickyNav }: ICartProps) => {
50
51
{productCount && (
52
<span
53
- className={`w-6 h-6 pb-2 -mt-5 !ml-auto text-center rounded-full
+ className={`w-6 h-6 pb-2 -mt-5 !-ml-2 text-center rounded-full
54
${stickyNav ? 'text-black bg-white' : 'text-white bg-black'}`}
55
>
56
{productCount}
0 commit comments