🐛(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;
|
padding: 0 1rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: var(--c--theme--font--families--base);
|
font-family: var(--c--theme--font--families--base);
|
||||||
|
color: var(--c--components--forms-textarea--value-color);
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user