Use css var for main font color in search, chat page of desktop app

This commit is contained in:
Debanjum Singh Solanky
2023-11-03 22:14:00 -07:00
parent a19cbde2d7
commit 3ef05f4803
3 changed files with 4 additions and 3 deletions

View File

@@ -304,7 +304,7 @@
padding: 0px;
margin: 0px;
background: var(--background-color);
color: #475569;
color: var(--main-text-color);
font-family: roboto, karma, segoe ui, sans-serif;
font-size: small;
font-weight: 300;