summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/shop/cart.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js
index 2de1a7ac..635d4efd 100644
--- a/src/pages/shop/cart.js
+++ b/src/pages/shop/cart.js
@@ -17,22 +17,22 @@ export default function Cart() {
{/* Progress Bar */}
<div className="bg-gray_r-2 flex gap-x-2 p-4 rounded-md mb-4">
<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">1</div>
- <p className="font-medium">Keranjang</p>
+ <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>
</div>
<div className="flex-1 flex items-center">
<div className="h-0.5 w-full bg-gray_r-7"></div>
</div>
<div className="flex gap-x-2 items-center">
- <div className="bg-gray_r-3 leading-none p-2 rounded-full w-7 text-center text-gray_r-11">2</div>
- <p className="font-medium text-gray_r-11">Pembayaran</p>
+ <div className="bg-gray_r-3 leading-none p-2 rounded-full w-7 text-center text-gray_r-11 text-caption-2">2</div>
+ <p className="font-medium text-gray_r-11 text-caption-2">Pembayaran</p>
</div>
<div className="flex-1 flex items-center">
<div className="h-0.5 w-full bg-gray_r-7"></div>
</div>
<div className="flex gap-x-2 items-center">
- <div className="bg-gray_r-3 leading-none p-2 rounded-full w-7 text-center text-gray_r-11">3</div>
- <p className="font-medium text-gray_r-11">Selesai</p>
+ <div className="bg-gray_r-3 leading-none p-2 rounded-full w-7 text-center text-gray_r-11 text-caption-2">3</div>
+ <p className="font-medium text-gray_r-11 text-caption-2">Selesai</p>
</div>
</div>
{/* [End] Progress Bar */}