We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38688b commit d087356Copy full SHA for d087356
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 text-center rounded-full
+ className={`w-6 h-6 pb-2 -mt-5 !ml-auto text-center rounded-full
54
${stickyNav ? 'text-black bg-white' : 'text-white bg-black'}`}
55
>
56
{productCount}
0 commit comments