1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03:00

Replace StatusBar bgcolor from --colorInfo to --primary (#7738)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-05-17 14:26:13 +03:00 committed by GitHub
parent fc641b3838
commit 2dfb5c00f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
display: inline-grid;
grid-template-columns: 1fr 1fr;
background-color: var(--colorInfo);
background-color: var(--primary);
&.status-warning {
background-color: var(--colorWarning);