From bf551488b5b2bef0f19b9ace5dabc7211cd65c49 Mon Sep 17 00:00:00 2001
From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com>
Date: Sun, 11 May 2025 10:09:57 +0200
Subject: [PATCH] Fixed css
---
src/Components/Fileupload/DropZone/DropZone.js | 2 +-
src/Components/Ui/images/Ei-share-apple.svg | 2 +-
src/styles/GlobalStyle.js | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Components/Fileupload/DropZone/DropZone.js b/src/Components/Fileupload/DropZone/DropZone.js
index 4bd4d04..a3efc3e 100644
--- a/src/Components/Fileupload/DropZone/DropZone.js
+++ b/src/Components/Fileupload/DropZone/DropZone.js
@@ -27,7 +27,7 @@ const Dropcontainer = styled.div`
${respondTo.lg`
height: 78%;
border-radius: 25px;
- margin: 0.8rem 1.5rem;
+ margin: 0.4rem 1.5rem;
`}
`;
diff --git a/src/Components/Ui/images/Ei-share-apple.svg b/src/Components/Ui/images/Ei-share-apple.svg
index 82edd5f..63cf883 100644
--- a/src/Components/Ui/images/Ei-share-apple.svg
+++ b/src/Components/Ui/images/Ei-share-apple.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/styles/GlobalStyle.js b/src/styles/GlobalStyle.js
index 372deff..522e2d9 100644
--- a/src/styles/GlobalStyle.js
+++ b/src/styles/GlobalStyle.js
@@ -9,11 +9,11 @@ export const GlobalStyle = createGlobalStyle`
--lavenderlight: #1a1a2e;
--lightblue: #738aff;
--link: #738aff;
- --nav: #1a1a2a;
+ --nav:#2d2d47;
--cardbg: #121212;
--Styledlinks: #738aff;
--text-color: #e0e0e0;
- --container-bg: #1f1f2c;
+ --container-bg:#2d2d47;
--drop-container-bg: #1a1a2e;
--search-container-bg: #1a1a2a;