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

Fixing workspace menu icon color (#2325)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-03-12 17:22:37 +03:00 committed by GitHub
parent 6508871209
commit 7ce7722db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
margin-bottom: $margin * 1.5; margin-bottom: $margin * 1.5;
border-radius: $radius; border-radius: $radius;
padding: $padding / 3; padding: $padding / 3;
color: #ffffff66; color: var(--textColorPrimary);
background: unset; background: unset;
cursor: pointer; cursor: pointer;
@ -45,7 +45,7 @@
&:hover { &:hover {
box-shadow: none; box-shadow: none;
color: #ffffff; color: var(--textColorAccent);
background-color: unset; background-color: unset;
} }
} }