fix(1854): view asset launches deposit (#2026)
This commit is contained in:
parent
38030ba1ec
commit
f2688c33b6
@ -190,6 +190,7 @@ export const DepositForm = ({
|
||||
data-testid="view-asset-details"
|
||||
className="text-sm underline"
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
openAssetDetailsDialog(selectedAsset, e.target as HTMLElement);
|
||||
}}
|
||||
>
|
||||
|
@ -58,7 +58,7 @@ export function Dialog({
|
||||
<DialogPrimitives.Root open={open} onOpenChange={(x) => onChange?.(x)}>
|
||||
<DialogPrimitives.Portal>
|
||||
<DialogPrimitives.Overlay
|
||||
className="fixed inset-0 bg-black/50 z-10"
|
||||
className="fixed inset-0 bg-black/50 z-20"
|
||||
data-testid="dialog-overlay"
|
||||
/>
|
||||
<DialogPrimitives.Content
|
||||
|
Loading…
Reference in New Issue
Block a user