From f418eb2a4af6c6a3faf2a816a8d148fe0f4ea405 Mon Sep 17 00:00:00 2001 From: Bob Date: Thu, 12 Dec 2024 21:44:00 +0100 Subject: [PATCH 1/2] Fix bridge light theme --- landing/src/components/modules/bridge-in.tsx | 12 ++++++------ landing/src/components/modules/bridge-out-step-1.tsx | 6 +++--- landing/src/components/modules/bridge-out-step-2.tsx | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/landing/src/components/modules/bridge-in.tsx b/landing/src/components/modules/bridge-in.tsx index fa6ca99a4..d536786c6 100644 --- a/landing/src/components/modules/bridge-in.tsx +++ b/landing/src/components/modules/bridge-in.tsx @@ -166,7 +166,7 @@ export const BridgeIn = () => { return ( <> -
+
Bridge resources and lords from your Starknet wallet into the Eternum game. You will have to complete the claim on your Realm in the{" "} @@ -185,7 +185,7 @@ export const BridgeIn = () => {
To Realm
{fetchedBalance} @@ -397,7 +397,7 @@ const ResourceInputRow = ({ disabled={Object.keys(selectedResourceAmounts).includes(res?.id.toString() ?? "")} value={res?.id.toString() ?? ""} > -
+
{res?.trait && } {res?.trait ?? ""} diff --git a/landing/src/components/modules/bridge-out-step-1.tsx b/landing/src/components/modules/bridge-out-step-1.tsx index 64a59a56a..36653c46c 100644 --- a/landing/src/components/modules/bridge-out-step-1.tsx +++ b/landing/src/components/modules/bridge-out-step-1.tsx @@ -151,7 +151,7 @@ export const BridgeOutStep1 = () => { return ( <> -
+
Bridge resources from your Realms balance in game to tradeable ERC20 assets in your Starknet wallet. This will require a second step to send the resources to your wallet once the donkeys have arrived at the bank. @@ -161,8 +161,8 @@ export const BridgeOutStep1 = () => {
From Realm
setRealmEntityId(value)}> - - + + {playerRealmsIdAndName.map((realm) => {