Set input background to white for light theme

This commit is contained in:
Sibren Vasse 2020-05-14 14:23:29 +02:00
parent e44d92705c
commit c0041d55bc

View file

@ -9,7 +9,7 @@
--heading-color: #818cab;
--heading-background: #FFF;
--border: 1px solid rgba(0, 40, 100, 0.12);
--input-bg-color: var(--light);
--input-bg-color: var(--white);
}
[data-theme="dark"] {