From 0cd43b837c7feb6155677d77ca26a248f71d4fc1 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 10 Apr 2024 19:34:53 -0400 Subject: [PATCH] Fixing TextInput --- src/components/TextInput/styles.css.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/TextInput/styles.css.ts b/src/components/TextInput/styles.css.ts index d9172d895..123e33847 100644 --- a/src/components/TextInput/styles.css.ts +++ b/src/components/TextInput/styles.css.ts @@ -59,6 +59,9 @@ export type WrapVariants = RecipeVariants export const input = recipe({ base: atoms({ display: 'block', + background: 'transparent', + border: 'none', + paddingX: '0', paddingY: '4', width: 'full', height: 'full',