diff --git a/web/account/siwe-login-form.react.js b/web/account/siwe-login-form.react.js --- a/web/account/siwe-login-form.react.js +++ b/web/account/siwe-login-form.react.js @@ -127,6 +127,11 @@ const { cancelSIWEAuthFlow } = props; + const backButtonColor = React.useMemo( + () => ({ backgroundColor: '#211E2D' }), + [], + ); + if (!siweNonce || !primaryIdentityPublicKey) { return (