diff --git a/src/ui/styles/style.css b/src/ui/styles/style.css
index a04ea0ebf5fb34e8478f7d218f8b7238e256251d..192d966d4606bd8fe2bd5385db761487f264e852 100644
--- a/src/ui/styles/style.css
+++ b/src/ui/styles/style.css
@@ -99,11 +99,17 @@ body {
     margin: 10.5px 0;
 }
 
-.FooterView>div {
+.FooterView>div, .FooterView>button {
     display: flex;
     align-items: center;
 }
 
+.FooterView button {
+    background: none;
+    border: none;
+    cursor: pointer;
+}
+
 .FooterView_matrix-branding {
     font-size: 12px;
     line-height: 15px;