[ACS-9670] Add white background to login screen (#4589)

* [ACS-9670] Add white background to login screen

* [ACS-9670] Move white color to separate variable

* [ACS-9670] Add missing change
This commit is contained in:
MichalKinas
2025-05-30 16:21:30 +02:00
committed by GitHub
parent 5ed6ab10a1
commit 5b388270c5
7 changed files with 22 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
align-items: center;
height: 100%;
width: 100%;
background-color: white;
background-color: var(--theme-white-background);
border-top: 1px solid var(--theme-grey-background-color);
padding-top: 28px;

View File

@@ -93,7 +93,7 @@ app-view-profile {
height: 30px;
margin: 1rem;
margin-left: 0.5rem;
color: white;
color: var(--theme-white-background);
background-color: var(--theme-blue-button-color);
font-weight: 600;
}