Fixup Theme CSS

This commit is contained in:
Zak Saunders 2022-12-12 03:45:09 +00:00 committed by Qstick
commit 4614ceffbd
3 changed files with 5 additions and 3 deletions

View file

@ -20,4 +20,6 @@
.valueInput {
width: 100%;
border: none;
background-color: var(--inputBackgroundColor);
color: var(--textColor);
}