[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

@@ -11,7 +11,7 @@ aca-open-in-app {
height: 48px;
overflow-x: hidden;
font-size: 16px;
color: white;
color: var(--theme-white-background);
font-weight: 600;
&:focus-visible {