diff --git a/frontend/public/index.html b/frontend/public/index.html
index d5456db..297b3ad 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -36,7 +36,7 @@
width: 50px;
height: 50px;
border: 5px solid #e0e0e0;
- border-top: 5px solid #050419;
+ border-top: 5px solid #2DDD7F;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto;
@@ -60,7 +60,7 @@
.progress-bar {
height: 100%;
- background-color: #050419;
+ background-color: #2DDD7F;
width: 0;
transition: width 0.3s;
}
diff --git a/frontend/src/App.js b/frontend/src/App.js
index 93618ba..f4783e7 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -40,7 +40,7 @@ const App = () => {
},
"&::-webkit-scrollbar-thumb": {
boxShadow: 'inset 0 0 6px rgba(0, 0, 0, 0.3)',
- backgroundColor: "#52da4d",
+ backgroundColor: "#2DDD7F",
borderRadius: "8px",
},
},
@@ -81,7 +81,7 @@ const App = () => {
total: mode === "light" ? "#fff" : "#222",
messageIcons: mode === "light" ? "grey" : "#F3F3F3",
inputBackground: mode === "light" ? "#FFFFFF" : "#333",
- barraSuperior: mode === "light" ? "linear-gradient(to right, #000359, #000359 , #000359)" : "#666",
+ barraSuperior: mode === "light" ? "linear-gradient(to right, #2DDD7F, #2DDD7F , #2DDD7F)" : "#666",
boxticket: mode === "light" ? "#EEE" : "#666",
campaigntab: mode === "light" ? "#ededed" : "#666",
mediainput: mode === "light" ? "#ededed" : "#1c1c1c",
diff --git a/frontend/src/pages/.DS_Store b/frontend/src/pages/.DS_Store
deleted file mode 100644
index 95d2159..0000000
Binary files a/frontend/src/pages/.DS_Store and /dev/null differ