Skip to content

Commit 2b2fbab

Browse files
authored
Merge pull request matrix-org#5716 from matrix-org/jaywink/host-signup-dialog-borders
Ensure HostSignupDialog border colour matches light theme
2 parents 2f52412 + f2d2a04 commit 2b2fbab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/dialogs/_HostSignupDialog.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ limitations under the License.
1919
max-width: 580px;
2020
height: 80vh;
2121
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;
2227

2328
.mx_HostSignupDialog_info {
2429
text-align: center;

0 commit comments

Comments
 (0)