diff --git a/lib/components/select.tsx b/lib/components/select.tsx index 085f32e..d0cf30e 100644 --- a/lib/components/select.tsx +++ b/lib/components/select.tsx @@ -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', }}