summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/shop/cart.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js
index 818629b8..ce4e3a59 100644
--- a/src/pages/shop/cart.js
+++ b/src/pages/shop/cart.js
@@ -162,7 +162,7 @@ export default function Cart({ previousRoute }) {
<div className="flex justify-between p-4">
{/* --- Start Title */}
<Link href={previousRoute} className="flex gap-x-2 text-gray_r-12">
- <ChevronLeftIcon className="w-6"/>
+ <ChevronLeftIcon className="w-6 stroke-2"/>
<h1>Keranjang Saya</h1>
</Link>
{/* --- End Title */}
@@ -178,7 +178,7 @@ export default function Cart({ previousRoute }) {
</div>
{/* jsx-start: Progress Bar */}
- <div className="bg-gray_r-2 flex gap-x-2 p-4 rounded-md">
+ <div className="bg-gray_r-3 flex gap-x-2 p-4 rounded-md">
<div className="flex gap-x-2 items-center">
<div className="bg-yellow_r-9 leading-none p-2 rounded-full w-7 text-center text-gray_r-12 text-caption-2">1</div>
<p className="font-medium text-gray_r-12 text-caption-2">Keranjang</p>