Skip to content

Commit

Permalink
Merge pull request #58 from garytyler/country-selector-highlight
Browse files Browse the repository at this point in the history
Set a gray hover on country selector menu items
  • Loading branch information
garytyler authored Dec 31, 2024
2 parents 85442cb + 4f26ff1 commit 46dc991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CountrySelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Country({
className={clsx([
'text-contrast dark:text-primary border-none',
'bg-primary dark:bg-contrast w-full rounded-none p-2 transition flex justify-start',
'items-center text-left cursor-pointer py-2 px-4',
'items-center text-left cursor-pointer py-2 px-4 hover:bg-gray-300',
])}
type="submit"
variant="primary"
Expand Down

0 comments on commit 46dc991

Please sign in to comment.