🐛(react) fix TextArea value color
The dedicated token was not used, so here it is. Fixes #230
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
padding: 0 1rem;
|
||||
box-sizing: border-box;
|
||||
font-family: var(--c--theme--font--families--base);
|
||||
color: var(--c--components--forms-textarea--value-color);
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user