summaryrefslogtreecommitdiff
path: root/src/components/ui/PopularProduct.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-06-20 09:01:38 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-06-20 09:01:38 +0700
commit290114b315a2f478113918cd8fc37737a47f8e70 (patch)
tree96d0802df1d612ccbf3cc16f548555592c3cc8cd /src/components/ui/PopularProduct.jsx
parent81d3bd413bdf56963d032afbcb04bfd3ce3b9d76 (diff)
Update UI style
Diffstat (limited to 'src/components/ui/PopularProduct.jsx')
-rw-r--r--src/components/ui/PopularProduct.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/PopularProduct.jsx b/src/components/ui/PopularProduct.jsx
index 211291c8..bbbd18bc 100644
--- a/src/components/ui/PopularProduct.jsx
+++ b/src/components/ui/PopularProduct.jsx
@@ -16,14 +16,14 @@ const PopularProduct = () => {
<>
<MobileView>
<div className='px-4'>
- <div className='font-medium mb-4'>Produk Banyak Dilihat</div>
+ <div className='font-semibold mb-4'>Produk Banyak Dilihat</div>
<ProductSlider products={popularProduct.data} simpleTitle />
</div>
</MobileView>
<DesktopView>
<div className='border border-gray_r-6 h-full overflow-auto'>
- <div className='font-medium text-center p-4 bg-gray_r-1 border-b border-gray_r-6 sticky top-0 z-10'>
+ <div className='font-semibold text-center p-4 bg-gray_r-1 border-b border-gray_r-6 sticky top-0 z-10'>
Produk Banyak Dilihat
</div>
<div className='h-full divide-y divide-gray_r-6'>