Browse Source

Modified dimensions of the download Qortal modal

feature/new-gateway-modal
Justin Ferrari 9 months ago
parent
commit
d366c60050
  1. 4
      src/wrappers/GlobalWrapper.tsx

4
src/wrappers/GlobalWrapper.tsx

@ -898,8 +898,8 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
setShowDownloadModal(false); setShowDownloadModal(false);
}} }}
customStyles={{ customStyles={{
width: "370px", width: "400px",
height: "80%", height: "auto",
backgroundColor: backgroundColor:
theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a", theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a",
position: "relative", position: "relative",

Loading…
Cancel
Save