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 {
background: var(--white);
color: var(--black);
background-color: var(--black);
color: var(--white);
font: inherit;
border: none;
padding: 6px 0 6px 10px;
padding: 6px 6px 6px 10px;
width: 100%;
box-sizing: border-box;
border-radius: 4px;