Skip to content

Commit

Permalink
Update components/languageSelector/LanguageSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Nov 7, 2024
1 parent 5156a51 commit a09f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/languageSelector/LanguageSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function LanguageSelect({ className = '', onChange = () => {}, op
data-testid='Select-form'
onChange={(ev) => onChange(ev.target.value)}
className={twMerge(
`form-select h-full py-0 px-3 pr-7 inline-flex justify-center rounded-md border border-gray-300 shadow-sm py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:border-gray-500 focus:outline-none focus:ring-0 focus:ring-black ${className} cursor-pointer`
`form-select h-full py-0 px-3 pr-7 inline-flex justify-center rounded-md border border-gray-300 shadow-sm py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:border-gray-500 focus:outline-none focus:ring-0 focus:ring-black ${className}`
)}
value={selected}
>
Expand Down

0 comments on commit a09f528

Please sign in to comment.