From f7b139c63447acab87d383c1ee72337b39423ebd Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Fri, 4 Oct 2024 16:24:10 +0200 Subject: [PATCH] fix: textbox and textarea text colors --- packages/ui/src/styles/components/text-input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/styles/components/text-input.css b/packages/ui/src/styles/components/text-input.css index a2cb0db65..01e0d38f3 100644 --- a/packages/ui/src/styles/components/text-input.css +++ b/packages/ui/src/styles/components/text-input.css @@ -1,6 +1,6 @@ .text-input { padding: 4px 10px; - color: var(--clr-scale-ntrl-0); + color: var(--clr-text-1); background-color: var(--clr-bg-1); border: 1px solid var(--clr-border-2); border-radius: var(--radius-s);