You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Merge pull request #5716 from matrix-org/jaywink/host-signup-dialog-borders
Ensure HostSignupDialog border colour matches light theme
This commit is contained in:
@@ -19,6 +19,11 @@ limitations under the License.
|
|||||||
max-width: 580px;
|
max-width: 580px;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
max-height: 600px;
|
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 {
|
.mx_HostSignupDialog_info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user