There was an error while loading. Please reload this page.
2 parents 2f52412 + f2d2a04 commit 2b2fbabCopy full SHA for 2b2fbab
res/css/views/dialogs/_HostSignupDialog.scss
@@ -19,6 +19,11 @@ limitations under the License.
19
max-width: 580px;
20
height: 80vh;
21
max-height: 600px;
22
+ // Ensure dialog borders are always white as the HostSignupDialog
23
+ // does not yet support dark mode or theming in general.
24
+ // In the future we might want to pass the theme to the called
25
+ // iframe, should some hosting provider have that need.
26
+ background-color: #ffffff;
27
28
.mx_HostSignupDialog_info {
29
text-align: center;
0 commit comments