Skip to content

Commit

Permalink
set a gray hover on country selector menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
garytyler committed Dec 31, 2024
1 parent 1a130f1 commit 4f26ff1
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 4f26ff1

Please sign in to comment.