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 {
textarea {
background-color: var(--theme-error-200);
.textarea-outer {
background: var(--theme-error-200);
}
}
@@ -87,4 +87,4 @@
@include mid-break {
padding: 0;
}
}
}