From 97a54ee6ae6cb60a1d64472ec87c384c99ca98e6 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Tue, 16 Jan 2024 16:11:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(react)=20fix=20TextArea=20value=20?= =?UTF-8?q?color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dedicated token was not used, so here it is. Fixes #230 --- packages/react/src/components/Forms/TextArea/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/Forms/TextArea/index.scss b/packages/react/src/components/Forms/TextArea/index.scss index 6895b43..9df8c54 100644 --- a/packages/react/src/components/Forms/TextArea/index.scss +++ b/packages/react/src/components/Forms/TextArea/index.scss @@ -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;