Page MenuHomePhorge

D6537.1768413627.diff
No OneTemporary

Size
880 B
Referenced Files
None
Subscribers
None

D6537.1768413627.diff

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 (
<div className={css.siweLoginFormContainer}>
+ <h4>Sign in with Ethereum</h4>
+ <div className={css.headerSeparator}>
+ <hr />
+ </div>
<div className={css.connectButtonContainer}>
<ConnectButton />
</div>
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;

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 14, 6:00 PM (11 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5933290
Default Alt Text
D6537.1768413627.diff (880 B)

Event Timeline