Skip to content

Commit

Permalink
fix(comp:textarea): textarea color isn't correct under dark theme (#1864
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sallerli1 committed Mar 25, 2024
1 parent bf11379 commit 17fa41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/textarea/style/index.less
Expand Up @@ -15,6 +15,7 @@
width: 100%;
min-width: 0;
outline: 0;
color: var(--ix-color-text);
background-color: var(--ix-control-bg-color);
border: var(--ix-control-line-width) var(--ix-control-line-type) var(--ix-color-border);
transition: all var(--ix-motion-duration-medium) var(--ix-motion-ease-in-out), height 0s, width 0s;
Expand Down

0 comments on commit 17fa41f

Please sign in to comment.