fix(trading): dropdown fix from testnet and validator-testnet (#3185)

This commit is contained in:
m.ray 2023-03-14 04:55:45 -04:00 committed by GitHub
parent dd56e4083b
commit 010ffc0f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export const DropdownMenuContent = forwardRef<
<DropdownMenuPrimitive.Content
{...contentProps}
ref={forwardedRef}
className="min-w-[290px] bg-neutral-200 dark:bg-white p-2 rounded z-20"
className="min-w-[290px] bg-neutral-200 dark:bg-white p-2 rounded z-20 dark:text-black"
align="start"
sideOffset={10}
/>