From 8e2b37fa783f806966bc00dfc939f7d7d00f1f87 Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Thu, 14 Jan 2021 19:37:26 +0530 Subject: [PATCH] improved styling --- src/pages/_app.tsx | 6 +++++- src/pages/gallery/components/CollectionDropZone.tsx | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 786f5496e..b123b90f6 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -82,7 +82,11 @@ const GlobalStyles = createGlobalStyle` } .modal-90w{ width:90vw; - max-width:880px!important; + max-width:880px!important; + } + .modal-content{ + background-color:#303030 !important; + color:white; } `; diff --git a/src/pages/gallery/components/CollectionDropZone.tsx b/src/pages/gallery/components/CollectionDropZone.tsx index e77bf858c..6b5c34641 100644 --- a/src/pages/gallery/components/CollectionDropZone.tsx +++ b/src/pages/gallery/components/CollectionDropZone.tsx @@ -22,6 +22,7 @@ export const DropDiv = styled.div` width:200px; margin:5px; height:230px; + color:black; border-width: 2px; border-radius: 2px; border-color: ${(props) => getColor(props)};