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
@@ -117,6 +117,11 @@
[],
);
+ const signInButtonColor = React.useMemo(
+ () => ({ backgroundColor: '#6A20E3' }),
+ [],
+ );
+
if (!siweNonce || !primaryIdentityPublicKey) {
return (
-