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:
parent
0de1fb29b8
commit
8bd40fdb04
@ -40,6 +40,6 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
background: black;
|
||||
padding: $padding * 2;
|
||||
background: var(--mainBackground);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user