Skip to content

Commit

Permalink
chore: improves text-area error rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak authored Apr 10, 2023
1 parent 11a6ce6 commit 4d515a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/admin/components/forms/field-types/Textarea/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}

&.error {
textarea {
background-color: var(--theme-error-200);
.textarea-outer {
background: var(--theme-error-200);
}
}

Expand Down Expand Up @@ -87,4 +87,4 @@
@include mid-break {
padding: 0;
}
}
}

0 comments on commit 4d515a0

Please sign in to comment.