summaryrefslogtreecommitdiff
path: root/src/lib/home/components/PreferredBrand.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/lib/home/components/PreferredBrand.jsx
parent81d3bd413bdf56963d032afbcb04bfd3ce3b9d76 (diff)
Update UI style
Diffstat (limited to 'src/lib/home/components/PreferredBrand.jsx')
-rw-r--r--src/lib/home/components/PreferredBrand.jsx4
1 files changed, 2 insertions, 2 deletions
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>
)}