From 7ab7ad0084d93f03f066e021c7f6e442f1e1c025 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 10 Apr 2024 19:58:02 -0400 Subject: [PATCH] Fixing Select --- src/components/Select/styles.css.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Select/styles.css.ts b/src/components/Select/styles.css.ts index 0213db0e7..e51db71f7 100644 --- a/src/components/Select/styles.css.ts +++ b/src/components/Select/styles.css.ts @@ -9,9 +9,6 @@ export const triggerStyle = style([ atoms({ alignItems: 'center', background: 'transparent', - // borderColor: 'borderNormal', - // borderStyle: 'solid', - // borderWidth: 'thin', display: 'inline-flex', fontWeight: 'medium', color: 'text100', @@ -20,6 +17,7 @@ export const triggerStyle = style([ padding: '4', userSelect: 'none', cursor: 'pointer', + border: 'none', }), { height: 52,