Skip to content

Commit

Permalink
Fixing TextArea
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 10, 2024
1 parent 0cd43b8 commit 1dc26f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/TextArea/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
Expand All @@ -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',
},
Expand Down

0 comments on commit 1dc26f4

Please sign in to comment.