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 @@ -137,6 +137,10 @@ return (
+

Sign in with Ethereum

+
+
+
diff --git a/web/account/siwe.css b/web/account/siwe.css --- a/web/account/siwe.css +++ b/web/account/siwe.css @@ -13,6 +13,17 @@ font-size: 14px; } +div.siweLoginFormContainer h4 { + color: white; + font-family: sans-serif; +} + +div.headerSeparator hr { + margin: 8px 0; + border: none; + border-top: #282537 solid 1px; +} + div.siweLoginFormContainer { display: flex; flex-direction: column;