From 4f26ff13d9906fe6e8b6558000039fe32cce0baf Mon Sep 17 00:00:00 2001 From: Gary Tyler Date: Tue, 31 Dec 2024 12:56:20 -0600 Subject: [PATCH] set a gray hover on country selector menu items --- app/components/CountrySelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/CountrySelector.tsx b/app/components/CountrySelector.tsx index d5b1b77..fda4bfd 100644 --- a/app/components/CountrySelector.tsx +++ b/app/components/CountrySelector.tsx @@ -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"