3
0
mirror of https://github.com/Qortal/q-shop.git synced 2025-01-30 14:52:20 +00:00

Modified dimensions of the download Qortal modal

This commit is contained in:
Justin Ferrari 2023-12-19 13:48:16 -05:00
parent 701c6da4fe
commit d366c60050

View File

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