change panel switcher font color

This commit is contained in:
Ryo Hilmawan 2020-11-23 22:10:57 +07:00 committed by GitHub
parent 443da9a330
commit 29967a366f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
z-index: 99;
height: 100vh;
background: var(--theme--sidebar);
color: var(--theme--text_ui) !important;
color: var(--theme--text_ui);
font-weight: 500;
cursor: default;
transition: box-shadow 300ms ease-in, width 300ms ease-in-out;
@ -184,7 +184,7 @@
align-items: center;
width: 100%;
padding: 8px 14px;
color: var(--theme--text_ui);
color: var(--theme--text);
font-size: 14px;
user-select: none;
cursor: pointer;