Corrigindo cores
This commit is contained in:
parent
891722ad24
commit
58f407bb5a
@ -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;
|
||||
}
|
||||
|
@ -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",
|
||||
|
BIN
frontend/src/pages/.DS_Store
vendored
BIN
frontend/src/pages/.DS_Store
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user