Merge pull request #5716 from matrix-org/jaywink/host-signup-dialog-borders

Ensure HostSignupDialog border colour matches light theme
This commit is contained in:
Jason Robinson 2021-03-04 13:38:49 +02:00 committed by GitHub
commit 2b2fbabbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,11 @@ limitations under the License.
max-width: 580px;
height: 80vh;
max-height: 600px;
// Ensure dialog borders are always white as the HostSignupDialog
// does not yet support dark mode or theming in general.
// In the future we might want to pass the theme to the called
// iframe, should some hosting provider have that need.
background-color: #ffffff;
.mx_HostSignupDialog_info {
text-align: center;