Skip to content

Commit

Permalink
fix(text-area): change disabled light textarea background colors (#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and joshblack committed Jan 13, 2020
1 parent 286cb64 commit f315d22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/text-area/_text-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
color: $disabled-02;
}

.#{$prefix}--text-area.#{$prefix}--text-area--light:disabled {
background-color: $field-02;
}

// Skeleton State
#{$prefix}--text-area.#{$prefix}--skeleton {
@include skeleton;
Expand Down

0 comments on commit f315d22

Please sign in to comment.