From 9945631765d6e42b5fa1724a8442b30a4e3b8515 Mon Sep 17 00:00:00 2001 From: Ritika Mishra Date: Mon, 14 Oct 2024 12:17:32 +0530 Subject: [PATCH 1/3] updated values of input in css --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 972b839..a3392d3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -29,7 +29,7 @@ --destructive-foreground: 210 40% 98%; --border: 214.3 31.8% 91.4%; - --input: 214.3 31.8% 91.4%; + --input: 214.3 31.8% 80%; /* Darkened from 91.4% to 80% */ --ring: 222.2 84% 4.9%; --radius: 0.5rem; @@ -61,7 +61,7 @@ --destructive-foreground: 210 40% 98%; --border: 217.2 32.6% 17.5%; - --input: 217.2 32.6% 17.5%; + --input: 217.2 32.6% 25%; /* Darkened from 17.5% to 25% */ --ring: 212.7 26.8% 83.9%; } } From b30e5da56c46a0fd278530c1d2e26832e2752602 Mon Sep 17 00:00:00 2001 From: Ritika Mishra Date: Sat, 16 Nov 2024 13:26:10 +0530 Subject: [PATCH 2/3] updated buttons of first section --- src/components/LandingComp/HeadSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LandingComp/HeadSection.tsx b/src/components/LandingComp/HeadSection.tsx index 9c1782e..81cf88d 100644 --- a/src/components/LandingComp/HeadSection.tsx +++ b/src/components/LandingComp/HeadSection.tsx @@ -64,7 +64,7 @@ const HeadSection: React.FC = () => {
-