1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: use proper background for lens-light theme in installed helm chart details view (InstallChartDone)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-10-20 16:16:31 +03:00
parent 0de1fb29b8
commit 8bd40fdb04

View File

@ -40,6 +40,6 @@
right: 0;
bottom: 0;
z-index: 1;
background: black;
padding: $padding * 2;
background: var(--mainBackground);
}