fix(trading): dropdown fix from testnet and validator-testnet (#3185)
This commit is contained in:
parent
dd56e4083b
commit
010ffc0f46
@ -73,7 +73,7 @@ export const DropdownMenuContent = forwardRef<
|
|||||||
<DropdownMenuPrimitive.Content
|
<DropdownMenuPrimitive.Content
|
||||||
{...contentProps}
|
{...contentProps}
|
||||||
ref={forwardedRef}
|
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"
|
align="start"
|
||||||
sideOffset={10}
|
sideOffset={10}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user