Skip to content

Commit

Permalink
fix: Change text color in disabled textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
NZ10387 committed Apr 16, 2024
1 parent 717272d commit 095b21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ const genTextAreaStyle: GenerateStyle<InputToken> = (token) => {
border: 'none',
outline: 'none',
background: 'transparent',
color: 'inherit',

'&:focus': {
boxShadow: 'none !important',
Expand Down

0 comments on commit 095b21c

Please sign in to comment.