Skip to content

Commit

Permalink
fix(text-area): apply disabled text token to textarea content (#6495)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Jul 17, 2020
1 parent 177a6bd commit b8ff37f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
outline: none;
background-color: $disabled-background-color;
border-bottom: 1px solid transparent;
color: $disabled-02;
}

.#{$prefix}--text-area:disabled::placeholder {
Expand Down

0 comments on commit b8ff37f

Please sign in to comment.