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

Set dock tab contrast bg color (#5143)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Alex Andreev 2022-03-30 17:54:34 +03:00 committed by Jim Ehrismann
parent 081e16b09e
commit e43ba8100b

View File

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