From 97aafc4aac333632e24d3b7ea7fe0765d6601020 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 10 Apr 2024 19:53:14 -0400 Subject: [PATCH] Fixing TextInput font color --- src/components/TextInput/styles.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TextInput/styles.css.ts b/src/components/TextInput/styles.css.ts index 123e33847..c16954d58 100644 --- a/src/components/TextInput/styles.css.ts +++ b/src/components/TextInput/styles.css.ts @@ -60,6 +60,7 @@ export const input = recipe({ base: atoms({ display: 'block', background: 'transparent', + color: 'text100', border: 'none', paddingX: '0', paddingY: '4',