Browse Source

Fix Select styling

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
cfc46fd12b
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

@ -54,7 +54,7 @@ export const Select = forwardRef<HTMLSelectElement, SelectProps>(function Input(
<button
type="button"
onClick={action.action}
className="relative -ml-px inline-flex items-center space-x-2 rounded-r-md bg-orange-200 px-4 py-2 text-sm font-medium hover:bg-orange-300 focus:border-indigo-500 focus:outline-none focus:ring-2 focus:ring-orange-500"
className="relative -ml-px inline-flex items-center space-x-2 rounded-r-md bg-orange-200 px-4 py-2 text-sm font-medium hover:bg-orange-300 focus:outline-none focus:ring-2 focus:ring-orange-500"
>
{action.icon}
</button>

Loading…
Cancel
Save