Make text-fields match the dark theme

This commit is contained in:
robo-mop
2023-03-22 14:06:46 +05:30
committed by Aryan Pingle
parent 7dbe0a7714
commit 2000e16ba2

View File

@@ -83,11 +83,11 @@
} }
.text-field { .text-field {
background: var(--white); background-color: var(--black);
color: var(--black); color: var(--white);
font: inherit; font: inherit;
border: none; border: none;
padding: 6px 0 6px 10px; padding: 6px 6px 6px 10px;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;