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

Set contrast dock tab content bg color

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-03-30 15:35:59 +03:00
parent 37d8294198
commit b58b46e700

View File

@ -69,6 +69,7 @@
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
transition: flex-basis 25ms ease-in; transition: flex-basis 25ms ease-in;
background: var(--dockInfoBackground);
&.terminal { &.terminal {
background: var(--terminalBackground); background: var(--terminalBackground);