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

Fix hotbar icon kind light theme (#2668)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-29 12:24:48 +03:00 committed by GitHub
parent 7bbe6aeab1
commit 0a604201d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
margin: -8px;
font-size: var(--font-size-small);
background: var(--clusterMenuBackground);
color: white;
color: var(--textColorAccent);
padding: 0px;
border-radius: 50%;
border: 2px solid var(--clusterMenuBackground);