chore: improves text-area error rendering

This commit is contained in:
PatrikKozak
2023-04-10 15:23:37 -04:00
committed by GitHub
parent 11a6ce6d3a
commit 4d515a0d5b

View File

@@ -22,8 +22,8 @@
} }
&.error { &.error {
textarea { .textarea-outer {
background-color: var(--theme-error-200); background: var(--theme-error-200);
} }
} }