Browse Source

Fix select styling

pull/55/head
Sacha Weatherstone 4 years ago
parent
commit
ef93a2ec25
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/form/Select.tsx

2
src/components/form/Select.tsx

@ -37,7 +37,7 @@ export const Select = forwardRef<HTMLSelectElement, SelectProps>(function Input(
>
{label}
</label>
<div className="flex">
<div className="flex rounded-md shadow-sm">
<select
ref={ref}
className={`flex h-10 w-full rounded-md border-transparent bg-orange-100 px-3 text-sm focus:border-transparent focus:outline-none focus:ring-2 focus:ring-orange-500 ${

Loading…
Cancel
Save