From 1dc26f4a3531c041c6305e71e4b0459e732b1ca1 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 10 Apr 2024 19:44:25 -0400 Subject: [PATCH] Fixing TextArea --- src/components/TextArea/styles.css.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/TextArea/styles.css.ts b/src/components/TextArea/styles.css.ts index e7405f917..9f762ac67 100644 --- a/src/components/TextArea/styles.css.ts +++ b/src/components/TextArea/styles.css.ts @@ -10,9 +10,8 @@ export const textarea = style([ background: 'transparent', color: 'text100', borderRadius: 'md', - // borderColor: 'borderNormal', - // borderStyle: 'solid', - // borderWidth: 'thin', + border: 'none', + outline: 'none', width: 'full', padding: '4', }), @@ -33,7 +32,6 @@ export const textarea = style([ // outlineStyle: 'solid', // outlineOffset: `calc(${vars.borderWidths.thick} * -1)`, // outlineWidth: vars.borderWidths.thick, - boxShadow: `0 0 0 ${vars.borderWidths.thick} ${vars.colors.borderFocus} inset`, borderColor: 'transparent', },