fix(editor): More dark-mode fixes (no-changelog) (#7624)

This fixes:
1. The `OR` divider background when SSO Login is enabled
2. Scanning of QR code in settings in dark mode
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-11-06 14:32:38 +01:00
committed by GitHub
parent 26361dfcd3
commit 4934462b41
3 changed files with 9 additions and 9 deletions

View File

@@ -219,18 +219,10 @@ body {
justify-content: center;
}
.textContainer {
text-align: center;
}
.formContainer {
padding-bottom: var(--spacing-xl);
}
.qrContainer {
text-align: center;
}
.headerContainer {
text-align: center;
margin-bottom: var(--spacing-xl);