@@ -24,11 +24,11 @@ export const ImportDropdown: React.FC = () => {
2424 </ button >
2525 </ Tooltip >
2626 }
27- buttonHoverClassName = "text-gray-500 hover:text-white"
27+ buttonHoverClassName = "text-gray-700 dark:text-gray- 500 hover:text-black dark: hover:text-white"
2828 dataTest = "button-import-dropdown"
2929 >
30- < ul className = "bg-gray-800 text-md text-white" >
31- < li className = "hover:bg-gray-900" >
30+ < ul className = "bg-slate-200 dark:bg- gray-800 text-md text-black dark: text-white" >
31+ < li className = "hover:bg-slate-300 dark:hover:bg- gray-900" >
3232 < button
3333 type = "button"
3434 className = "px-4 py-1 w-full text-left text-sm rounded-md focus:outline-none transition ease-in-out duration-150"
@@ -39,7 +39,7 @@ export const ImportDropdown: React.FC = () => {
3939 </ button >
4040 </ li >
4141
42- < li className = "hover:bg-gray-900" >
42+ < li className = "hover:bg-slate-300 dark:hover:bg- gray-900" >
4343 < label
4444 className = "block px-4 py-1 w-full text-left text-sm rounded-md focus:outline-none transition ease-in-out duration-150 cursor-pointer"
4545 title = "Import File"
@@ -72,7 +72,7 @@ export const ImportDropdown: React.FC = () => {
7272 </ label >
7373 </ li >
7474
75- < li className = "hover:bg-gray-900" >
75+ < li className = "hover:bg-slate-300 dark:hover:bg- gray-900" >
7676 < button
7777 type = "button"
7878 className = "px-4 py-1 w-full text-left text-sm rounded-md focus:outline-none transition ease-in-out duration-150"
@@ -83,7 +83,7 @@ export const ImportDropdown: React.FC = () => {
8383 </ button >
8484 </ li >
8585
86- < li className = "hover:bg-gray-900" >
86+ < li className = "hover:bg-slate-300 dark:hover:bg- gray-900" >
8787 < button
8888 type = "button"
8989 className = "px-4 py-1 w-full text-left text-sm rounded-md focus:outline-none transition ease-in-out duration-150"
0 commit comments