From f77e480d02e0364c2a0c889e45fe22e25b58c6ae Mon Sep 17 00:00:00 2001 From: SuPrabhu <65330670+suprabhu77@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:51:46 +0530 Subject: [PATCH] fix: Fix the Bg color of the sign In button after clicking Fix No #12773 (#12833) * Updated the Big FIx 12773 sing-in * FIX #12773 CSS Issue - Type Error * Lint Error CHanges * Debug Lint Error * Lint Error Fix * Changed * Added CSS typo Error * Added CSS typo Error - Removed Style Componet * VS COde lint error fix * Removing in the Button * chore: fix login button --------- Co-authored-by: Udit Takkar Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> --- apps/web/pages/auth/login.tsx | 2 +- apps/web/pages/getting-started/[[...step]].tsx | 8 +++++++- apps/web/pages/signup.tsx | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/apps/web/pages/auth/login.tsx b/apps/web/pages/auth/login.tsx index 847023c440..856e6a7153 100644 --- a/apps/web/pages/auth/login.tsx +++ b/apps/web/pages/auth/login.tsx @@ -173,7 +173,7 @@ inferSSRProps & WithNonceProps<{}>) { : isSAMLLoginEnabled && !isLoading && data?.connectionExists; return ( -
+
{ return (
diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 47c5422f2a..080a767d52 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -229,7 +229,13 @@ export default function Signup({ }; return ( -
+
{/* Left side */}