From e9d4d14c3b7fe0377737f01f316b2d93b644fa3d Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:37:53 -0400 Subject: [PATCH] style: scrollable, centered modal --- src/components/DownloadModal.tsx | 82 +++++++++++++++++--------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/src/components/DownloadModal.tsx b/src/components/DownloadModal.tsx index e1112a2..bb044c2 100644 --- a/src/components/DownloadModal.tsx +++ b/src/components/DownloadModal.tsx @@ -10,7 +10,7 @@ const DownloadModal = () => { return ( - + + + Download Data +
+
+ + + + +
+ -
- + + + + Validate Email + + + +
)