fix: textbox and textarea text colors

This commit is contained in:
Pavel Laptev 2024-10-04 16:24:10 +02:00
parent effe3fcb78
commit f7b139c634

View File

@ -1,6 +1,6 @@
.text-input {
padding: 4px 10px;
color: var(--clr-scale-ntrl-0);
color: var(--clr-text-1);
background-color: var(--clr-bg-1);
border: 1px solid var(--clr-border-2);
border-radius: var(--radius-s);