Skip to content

Commit

Permalink
Fixing Select
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 10, 2024
1 parent 97aafc4 commit 7ab7ad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Select/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -20,6 +17,7 @@ export const triggerStyle = style([
padding: '4',
userSelect: 'none',
cursor: 'pointer',
border: 'none',
}),
{
height: 52,
Expand Down

0 comments on commit 7ab7ad0

Please sign in to comment.