Skip to content

Commit

Permalink
fix: fallback colors for textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 4, 2021
1 parent 73cdea3 commit 2772007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/textarea/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import "../focus/bem";

.utrecht-textarea {
background-color: var(--utrecht-textarea-background-color, var(--form-input-textarea-background-color));
background-color: var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color));
border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width));
border-bottom-width: var(
--utrecht-textarea-border-bottom-width,
Expand All @@ -15,7 +15,7 @@
border-color: var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color));
border-radius: var(--utrecht-textarea-border-radius, var(--utrecht-form-input-border-radius, 0));
border-style: solid;
color: var(--utrecht-textarea-color, var(--form-input-textarea-color));
color: var(--utrecht-textarea-color, var(--utrecht-form-input-color));
font-family: var(--utrecht-textarea-font-family, var(--utrecht-form-input-font-family));
font-size: var(--utrecht-textarea-font-size, var(--utrecht-form-input-font-size, 1em));
max-inline-size: var(--utrecht-textarea-max-inline-size, var(--utrecht-form-input-max-inline-size));
Expand Down

0 comments on commit 2772007

Please sign in to comment.