From df7870bfcea4c31fee63c9a7f05b2f8ff9a07d03 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Mon, 29 May 2023 09:53:33 -0600 Subject: [PATCH] fix: dark mode fixes (#9141) Co-authored-by: gitstart-calcom --- packages/features/ee/sso/components/ConnectionInfo.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/features/ee/sso/components/ConnectionInfo.tsx b/packages/features/ee/sso/components/ConnectionInfo.tsx index 43f32f0fdf..c2a3a85fb2 100644 --- a/packages/features/ee/sso/components/ConnectionInfo.tsx +++ b/packages/features/ee/sso/components/ConnectionInfo.tsx @@ -51,7 +51,7 @@ export default function ConnectionInfo({ ) : ( )} -
+
@@ -99,7 +99,7 @@ const SAMLInfo = ({ acsUrl, entityId }: { acsUrl: string | null; entityId: strin }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")} @@ -121,7 +121,7 @@ const SAMLInfo = ({ acsUrl, entityId }: { acsUrl: string | null; entityId: strin }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")} @@ -157,7 +157,7 @@ const OIDCInfo = ({ callbackUrl }: { callbackUrl: string | null }) => { }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")}