🐛(react) fix TextArea value color

The dedicated token was not used, so here it is.

Fixes #230
This commit is contained in:
Nathan Vasse
2024-01-16 16:11:03 +01:00
committed by NathanVss
parent 1b049f5b03
commit 97a54ee6ae

View File

@@ -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;