diff --git a/src/components/DownloadModal.tsx b/src/components/DownloadModal.tsx index bb044c2..376fc94 100644 --- a/src/components/DownloadModal.tsx +++ b/src/components/DownloadModal.tsx @@ -1,6 +1,6 @@ import React from "react" import * as Dialog from "@radix-ui/react-dialog" -import { Cross2Icon } from "@radix-ui/react-icons" +import { Cross2Icon, DownloadIcon, PlusIcon } from "@radix-ui/react-icons" import { CustomInput } from "./CustomInput.tsx" import { CustomTextarea } from "./CustomTextarea.tsx" @@ -11,21 +11,7 @@ const DownloadModal = () => { @@ -36,18 +22,13 @@ const DownloadModal = () => { /> - -
- -
-
- Download Data +
+ + + Close + +
+ Download Data
@@ -57,21 +38,10 @@ const DownloadModal = () => {