diff --git a/deploy-web/.npmrc b/deploy-web/.npmrc deleted file mode 100644 index 611994d1e..000000000 --- a/deploy-web/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@leapwallet:registry=https://registry.npmjs.org/ diff --git a/deploy-web/src/components/liquidity-modal/index.tsx b/deploy-web/src/components/liquidity-modal/index.tsx index 29239fb77..64526baa7 100644 --- a/deploy-web/src/components/liquidity-modal/index.tsx +++ b/deploy-web/src/components/liquidity-modal/index.tsx @@ -27,7 +27,9 @@ const theme: ThemeDefinition = { successBackground: "#0D3525", warning: "#ffa726" }, - zIndices: defaultZIndices, + zIndices: { + modalOverlay: "1200" + }, borderRadii: { actionButton: "0.5rem", connectWalletButton: "0.25rem",