warp phone component & fix background color after auto fit

This commit is contained in:
2025-10-23 17:24:12 +03:00
parent 42882069a7
commit 3aeaa0a9f3
9 changed files with 142 additions and 68 deletions

View File

@@ -1,8 +1,7 @@
.loginPage {
background-color: #FFF;
background-color: var(--secondary-background);
}
:global(.darkApp) .loginPage {
background-color: var(--background);
background-color: var(--background);
}