From 290114b315a2f478113918cd8fc37737a47f8e70 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 20 Jun 2023 09:01:38 +0700 Subject: Update UI style --- src/components/ui/HeroBanner.jsx | 2 +- src/components/ui/PopularProduct.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ui') diff --git a/src/components/ui/HeroBanner.jsx b/src/components/ui/HeroBanner.jsx index d7d3d854..6cf7902c 100644 --- a/src/components/ui/HeroBanner.jsx +++ b/src/components/ui/HeroBanner.jsx @@ -21,7 +21,7 @@ const swiperBanner = { }, modules: [Pagination, Autoplay], loop: true, - className: 'border border-gray_r-6', + className: 'border border-gray_r-6 min-h-full', slidesPerView: 1 } 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 = () => { <>
-
Produk Banyak Dilihat
+
Produk Banyak Dilihat
-
+
Produk Banyak Dilihat
-- cgit v1.2.3