Page MenuHomePhabricator

D6305.id21058.diff
No OneTemporary

D6305.id21058.diff

diff --git a/web/account/siwe.css b/web/account/siwe.css
--- a/web/account/siwe.css
+++ b/web/account/siwe.css
@@ -27,15 +27,21 @@
color: white;
font-family: sans-serif;
text-align: center;
- padding-top: 14px;
+ padding-bottom: 20px;
font-size: 14px;
}
+div.siweLoginFormContainer {
+ display: flex;
+ flex-direction: column;
+}
+
div.connectButtonContainer {
width: 100%;
display: flex;
justify-content: center;
align-content: center;
+ padding-bottom: 20px;
}
div.siweContainer {
diff --git a/web/account/siwe.react.js b/web/account/siwe.react.js
--- a/web/account/siwe.react.js
+++ b/web/account/siwe.react.js
@@ -114,6 +114,9 @@
This signature will attest that your Ethereum identity is represented
by your new Comm identity.
</p>
+ <Button variant="filled" type="submit" onClick={undefined}>
+ Sign in
+ </Button>
</div>
);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 11:41 AM (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497686
Default Alt Text
D6305.id21058.diff (939 B)

Event Timeline