summaryrefslogtreecommitdiff
path: root/src/lib
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/lib
parent81d3bd413bdf56963d032afbcb04bfd3ce3b9d76 (diff)
Update UI style
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/home/components/CategoryHomeId.jsx2
-rw-r--r--src/lib/home/components/PreferredBrand.jsx4
-rw-r--r--src/lib/review/components/CustomerReviews.jsx2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/home/components/CategoryHomeId.jsx b/src/lib/home/components/CategoryHomeId.jsx
index 3707063c..71428e27 100644
--- a/src/lib/home/components/CategoryHomeId.jsx
+++ b/src/lib/home/components/CategoryHomeId.jsx
@@ -7,7 +7,7 @@ const CategoryHomeId = () => {
return (
<div>
- <div className='font-medium sm:text-h-lg mb-6 px-4 sm:px-0'>Kategori Pilihan</div>
+ <div className='font-semibold sm:text-h-lg mb-6 px-4 sm:px-0'>Kategori Pilihan</div>
<div className='flex flex-col gap-y-10'>
{categoryHomeIds.data?.map((id) => (
<LazyLoadComponent key={id}>
diff --git a/src/lib/home/components/PreferredBrand.jsx b/src/lib/home/components/PreferredBrand.jsx
index 34c50220..55abe0b7 100644
--- a/src/lib/home/components/PreferredBrand.jsx
+++ b/src/lib/home/components/PreferredBrand.jsx
@@ -12,9 +12,9 @@ const PreferredBrand = () => {
return (
<div className='px-4 sm:px-0'>
<div className='flex justify-between items-center mb-4'>
- <div className='font-medium sm:text-h-lg'>Brand Pilihan</div>
+ <div className='font-semibold sm:text-h-lg'>Brand Pilihan</div>
{isDesktop && (
- <Link href='/shop/brands' className='btn-yellow !text-gray_r-12'>
+ <Link href='/shop/brands' className='!text-red-500 font-semibold'>
Lihat Semua
</Link>
)}
diff --git a/src/lib/review/components/CustomerReviews.jsx b/src/lib/review/components/CustomerReviews.jsx
index 5cc179e9..7cad52fb 100644
--- a/src/lib/review/components/CustomerReviews.jsx
+++ b/src/lib/review/components/CustomerReviews.jsx
@@ -12,7 +12,7 @@ const CustomerReviews = () => {
return (
<div className='px-4 sm:px-0'>
- <div className='font-medium sm:text-h-lg mb-4'>Ulasan Konsumen Kami</div>
+ <div className='font-semibold sm:text-h-lg mb-4'>Ulasan Konsumen Kami</div>
<DesktopView>
<Swiper slidesPerView={3.2} spaceBetween={16} {...swiperProps}>