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)

This commit is contained in:
Alex Andreev 2022-03-30 17:54:34 +03:00 committed by GitHub
parent 37d8294198
commit 90d4d41936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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