From 278f4a35535aed22142dd554265a4bc6136449f7 Mon Sep 17 00:00:00 2001 From: Rithvik-padma Date: Mon, 18 Sep 2023 08:14:52 +0530 Subject: [PATCH 1/2] fix: change the font styling for the galoy connector screens in dark theme mode --- src/app/components/ConnectorForm/index.tsx | 4 +- .../screens/connectors/ConnectGaloy/index.tsx | 39 +++++++++++-------- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/app/components/ConnectorForm/index.tsx b/src/app/components/ConnectorForm/index.tsx index dd800c30dc..598a03856e 100644 --- a/src/app/components/ConnectorForm/index.tsx +++ b/src/app/components/ConnectorForm/index.tsx @@ -56,7 +56,7 @@ function ConnectorForm({ return (
-
+
{logo && } {/* @@ -72,7 +72,7 @@ function ConnectorForm({
{media} {description && ( -
+
{typeof description === "string" ? (

{description}

) : ( diff --git a/src/app/screens/connectors/ConnectGaloy/index.tsx b/src/app/screens/connectors/ConnectGaloy/index.tsx index 2846baad8c..b8698b0326 100644 --- a/src/app/screens/connectors/ConnectGaloy/index.tsx +++ b/src/app/screens/connectors/ConnectGaloy/index.tsx @@ -170,26 +170,31 @@ export default function ConnectGaloy(props: Props) { submitLabel={t("galoy.actions.login")} submitLoading={loading} onSubmit={loginWithJwt} + description={ + , + // eslint-disable-next-line react/jsx-key +
, + // eslint-disable-next-line react/jsx-key + , + ]} + /> + } > {
- , - // eslint-disable-next-line react/jsx-key -
, - // eslint-disable-next-line react/jsx-key - , - ]} - /> -