Skip to content

Commit

Permalink
fix(textarea): update disabled text color
Browse files Browse the repository at this point in the history
fixes #165
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Sep 12, 2022
1 parent 3abf095 commit 52922e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/src/textarea/textarea.element.scss
Expand Up @@ -39,4 +39,5 @@

:host([_disabled]) {
--border: #{$cds-alias-object-border-width-100} solid #{$cds-alias-status-disabled};
--color: #{$cds-alias-status-disabled};
}

0 comments on commit 52922e1

Please sign in to comment.