From d22afa52af18aa1f0a9fa67b46010651a2c51091 Mon Sep 17 00:00:00 2001 From: akshat2jain Date: Tue, 12 Dec 2023 22:15:51 +0530 Subject: [PATCH] added more styling --- client/src/Steps/Service.jsx | 2 ++ client/src/componetnts/Navbar.jsx | 6 +++--- client/src/componetnts/StepperControl.jsx | 4 ++-- client/src/pages/Booking.jsx | 6 ++++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/client/src/Steps/Service.jsx b/client/src/Steps/Service.jsx index d3a7bbe..857e838 100644 --- a/client/src/Steps/Service.jsx +++ b/client/src/Steps/Service.jsx @@ -35,6 +35,8 @@ const Service = () => { duration: 8, }, ]; + + console.log(localStorage.getItem("ShowUi")); const handleServiceSelect = (service) => { setSelectedService(service); fetch({ type: "UPDATE_STEP1", payload: service }); diff --git a/client/src/componetnts/Navbar.jsx b/client/src/componetnts/Navbar.jsx index 5a8fc02..4ef9ae1 100644 --- a/client/src/componetnts/Navbar.jsx +++ b/client/src/componetnts/Navbar.jsx @@ -15,7 +15,7 @@ const Navbar = () => { padding: "8px 16px", margin: "0 10px", transition: "background-color 0.3s", - fontFamily: "Pacifico, cursive", // Font family (use your chosen font) + // Font family (use your chosen font) }; const buttonHoverStyle = { @@ -44,10 +44,10 @@ const Navbar = () => { ) : ( <> -
+