summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Header.js b/src/components/Header.js
index 3e9d7ea0..a1780b3c 100644
--- a/src/components/Header.js
+++ b/src/components/Header.js
@@ -90,10 +90,10 @@ export default function Header({ title }) {
</Link>
<div className="flex gap-4">
<Link href="/shop/cart">
- <ShoppingCartIcon className="w-6" />
+ <ShoppingCartIcon className="w-6 stroke-gray-900" />
</Link>
<button onClick={openMenu}>
- <MenuIcon className="w-6" />
+ <MenuIcon className="w-6 stroke-gray-900" />
</button>
</div>
</div>