Skip to content

Commit

Permalink
remove border attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed May 15, 2024
1 parent b9a9375 commit e292d9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/components/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export const Select = ({ options, id, value, onChange }: SelectProps) => {
value={value}
onChange={handleChange}
className={`${styles['selectContainer']} text-gray-900 font-normal `}
containerProps={{
className: 'border-gray-400',
}}
labelProps={{
className: 'before:mr-0 after:ml-0',
}}
Expand Down

0 comments on commit e292d9d

Please sign in to comment.