-
+
{logoIcon && (
{logoIcon}
diff --git a/screens/Staking/modalStaking.tsx b/screens/Staking/modalStaking.tsx
index df519ef9..34eb3437 100644
--- a/screens/Staking/modalStaking.tsx
+++ b/screens/Staking/modalStaking.tsx
@@ -129,7 +129,7 @@ const ModalStaking = ({ isOpen, onClose }) => {
{total.toLocaleString()}
-
+
{
}
activeDot={}
/>
@@ -149,7 +149,7 @@ const CustomTooltip = ({ active, payload, defaultPayload }: any) => {
@@ -173,7 +173,7 @@ const RenderTickY = (tickProps: any) => {
const { value, offset } = payload;
return (
-
+
{value}%
);
@@ -184,7 +184,7 @@ const RenderTick = (tickProps: any) => {
const { value, offset } = payload;
return (
-
+
{value}%
);
diff --git a/screens/TokenDetail/svg.tsx b/screens/TokenDetail/svg.tsx
index 51ca6ea5..0c76f3bc 100644
--- a/screens/TokenDetail/svg.tsx
+++ b/screens/TokenDetail/svg.tsx
@@ -24,9 +24,9 @@ export function SuppliedEmptyIcon() {
>
-
+
-
+
);
@@ -67,7 +67,7 @@ export function BorrowedEmptyIcon() {
d="M76.0898 21.3842C75.7869 21.846 75.9158 22.4659 76.3776 22.7688C76.8394 23.0717 77.4593 22.9429 77.7622 22.4811L76.0898 21.3842ZM82.2495 0.292806C81.859 -0.0977198 81.2259 -0.0977195 80.8353 0.292803L74.4714 6.65676C74.0808 7.04728 74.0808 7.68045 74.4714 8.07097C74.8619 8.46149 75.4951 8.4615 75.8856 8.07097L81.5424 2.41412L87.1993 8.07099C87.5898 8.46151 88.223 8.46151 88.6135 8.07099C89.004 7.68046 89.004 7.0473 88.6135 6.65677L82.2495 0.292806ZM77.7622 22.4811C83.456 13.8003 82.5424 7.36073 82.5424 0.999913L80.5424 0.99991C80.5424 7.5045 81.3968 13.2931 76.0898 21.3842L77.7622 22.4811Z"
fill="#FF6BA9"
/>
-
+
@@ -374,8 +374,8 @@ export function YellowLinearGradient(props) {
y2="124.871"
gradientUnits="userSpaceOnUse"
>
-
-
+
+
@@ -409,7 +409,7 @@ export function YellowBallIcon(props) {
xmlns="http://www.w3.org/2000/svg"
>
-
+
-
-
+
+
@@ -130,7 +130,7 @@ const TokenBorrowSuppliesChart = ({
activeDot={}
type="monotone"
dataKey={yKey}
- stroke={isBorrow ? "#FF6BA9" : "#d2ff3a"}
+ stroke={isBorrow ? "#FF6BA9" : "#00F7A5"}
fill={isBorrow ? "url(#colorPink)" : "url(#colorYellow)"}
/>
@@ -171,7 +171,7 @@ const RenderTickY = (tickProps: any) => {
const { value, offset } = payload;
return (
-
+
{value}%
);
@@ -183,7 +183,7 @@ const RenderTick = (tickProps: any) => {
if (index % 2 === 0) {
return (
-
+
{value}
);
diff --git a/styles/global.css b/styles/global.css
index 52fcf37e..852d3631 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -18,12 +18,12 @@ body {
padding: 0;
height: 100%;
pointer-events: all !important;
- background: #14162b;
+ background: #16161b;
color: #fff;
}
#__next {
- background: #14162b;
+ background: #16161b;
height: 100%;
}
@@ -214,8 +214,8 @@ body,
outline: 0;
border-radius: 6px;
- border: 1px solid #4f5178;
- background: #2e304b;
+ border: 1px solid #303037;
+ background: #202026;
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
}
@@ -471,7 +471,7 @@ body,
}
}
.nws-modal-wrapper .nws-modal .modal-left .modal-left-title {
- background: #2e304b;
+ background: #202026;
}
input {
margin: 0;
@@ -502,13 +502,13 @@ input[type="range"] {
display: block;
appearance: none;
-webkit-appearance: none;
- background: #282a42;
+ background: #131317;
height: 10px;
border-radius: 6px;
border: 1px solid #40435a;
margin: 0 auto;
outline: none;
- background-image: linear-gradient(#d2ff3a, #d2ff3a);
+ background-image: linear-gradient(#00f7a5, #00f7a5);
background-size: 0% 100%;
background-repeat: no-repeat;
}
@@ -520,7 +520,7 @@ input[type="range"] {
.redInput[type="range"]::-webkit-slider-thumb,
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
- background-color: #d2ff3a;
+ background-color: #00f7a5;
width: 20px;
height: 20px;
border-radius: 50%;
@@ -558,7 +558,7 @@ input[type="range"]::-webkit-slider-runnable-track {
align-items: center;
border-radius: 6px;
border: 1px solid #40435a;
- background: #282a42;
+ background: #131317;
padding: 14px 14px;
}
@@ -658,30 +658,30 @@ input[type="range"]::-webkit-slider-runnable-track {
}
.MuiModal-root .css-i9fmh8-MuiBackdrop-root-MuiModal-backdrop {
- background-color: #14162b;
+ background-color: #16161b;
opacity: 0.8 !important;
}
::-webkit-scrollbar {
- width: 4px;
+ width: 2px;
border-radius: 2px;
}
::-webkit-scrollbar-thumb {
- background: #626486;
+ background: #5f5f5f;
border-radius: 2px;
}
:root {
--wallet-selector-backdrop-bg: rgba(20, 22, 43, 0.8);
- --wallet-selector-content-bg: #2e304b;
+ --wallet-selector-content-bg: #202026;
--wallet-selector-heading-color: #ffffff;
--wallet-selector-text-color: #c0c4e9;
--gradient-dark-icon: #ffffff;
--wallet-selector-close-button-bg-color: transparent;
--wallet-selector-sidebar-border-color: rgba(79, 81, 120, 0.5);
--wallet-selector-selected-wallet-bg: #3f4162;
- --wallet-selector-mobile-bottom-section: #2e304b;
+ --wallet-selector-mobile-bottom-section: #202026;
}
#near-wallet-selector-modal {
@@ -692,12 +692,12 @@ input[type="range"]::-webkit-slider-runnable-track {
/* */
.nws-modal-wrapper .nws-modal {
- border: 1px solid #4f5178;
+ border: 1px solid #303037;
}
.nws-modal-wrapper .nws-modal .modal-left::-webkit-scrollbar,
options-list::-webkit-scrollbar {
- width: 4px;
+ width: 1px;
border-radius: 2px;
}
@@ -707,13 +707,13 @@ options-list::-webkit-scrollbar {
}
.wallet-options-wrapper .options-list::-webkit-scrollbar-thumb {
- background: #626486;
+ background: #5f5f5f;
border-radius: 2px;
}
.nws-modal-wrapper .nws-modal .nws-modal-body button.middleButton {
color: #000;
- background-color: #d2ff3a;
+ background-color: #00f7a5;
border: none;
}
@@ -767,7 +767,7 @@ options-list::-webkit-scrollbar {
white-space: nowrap;
}
.nws-modal-wrapper .nws-modal .modal-right::-webkit-scrollbar {
- width: 2px;
+ width: 1px;
}
.noselect {
@@ -789,7 +789,7 @@ options-list::-webkit-scrollbar {
height: 10px;
top: 6px;
border-radius: 6px;
- background-color: #282a42;
+ background-color: #131317;
border: 1px solid #40435a;
}
@@ -801,14 +801,14 @@ options-list::-webkit-scrollbar {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border: 3px solid #343649;
outline: none;
- background: #d2ff3a;
+ background: #00f7a5;
}
.month-slider .track-0 {
height: 8px;
top: 7px;
border-radius: 6px;
- background-color: #d2ff3a;
+ background-color: #00f7a5;
}
/* slider end*/
.radio-custom {
@@ -818,13 +818,13 @@ options-list::-webkit-scrollbar {
-webkit-appearance: none;
outline: none;
cursor: pointer;
- border: 1px solid #626486;
+ border: 1px solid #5f5f5f;
border-radius: 50%;
- background-color: #23253a;
+ background-color: #202026;
}
.radio-custom:checked {
- border-color: #d2ff3a;
+ border-color: #00f7a5;
}
.radio-custom:checked::after {
@@ -836,14 +836,14 @@ options-list::-webkit-scrollbar {
width: 10px;
height: 10px;
border-radius: 50%;
- background: #d2ff3a;
+ background: #00f7a5;
}
.health-tab {
border-radius: 4px;
}
.health-tab:hover,
.health-tab-active {
- background: #2e304b;
+ background: #202026;
}
.health-tab .arrow-left {
@@ -853,7 +853,7 @@ options-list::-webkit-scrollbar {
height: 0;
border-top: 16px solid transparent;
border-bottom: 15px solid transparent;
- border-right: 10px solid #2e304b;
+ border-right: 10px solid #202026;
}
.loading-dots {
diff --git a/tailwind.config.js b/tailwind.config.js
index 1b85e600..75406d1d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -31,7 +31,7 @@ module.exports = {
},
backgroundImage: () => ({
linear_gradient_yellow:
- "linear-gradient(123.3deg, #D2FF3A 45.55%, rgba(210, 255, 58, 0) 81.79%)",
+ "linear-gradient(123.3deg, #00F7A5 45.55%, rgba(210, 255, 58, 0) 81.79%)",
linear_gradient_dark: "linear-gradient(180deg, #525365 0%, #2E3043 100%)",
}),
gridTemplateColumns: {
@@ -48,7 +48,7 @@ module.exports = {
sm: "6px",
},
colors: {
- primary: "#D2FF3A",
+ primary: "#00F7A5",
claim: "#7C89FF",
warning: "#FFC34F",
danger: "#FF68A7",
@@ -61,17 +61,17 @@ module.exports = {
100: "#16F195",
},
dark: {
- 50: "#31344D",
- 100: "#2E304B",
+ 50: "#303037",
+ 100: "#202026",
150: "#404263",
- 200: "#14162B",
- 250: "#363955",
- 300: "#4F5178",
+ 200: "#16161B",
+ 250: "#202026",
+ 300: "#303037",
350: "#324451",
400: "#6D708D",
- 450: "#7E8A93",
+ 450: "#303037",
500: "#40435A",
- 600: "#282A42",
+ 600: "#16161B",
700: "#393C58",
800: "#979ABE",
900: "#3F4162",
@@ -96,17 +96,18 @@ module.exports = {
300: "#C0C4E9",
380: "#6D708D",
400: "#626486",
- 500: "#565874",
+ 500: "#25252C",
700: "#494D69",
- 800: "#23253A",
+ 800: "#202026",
900: "#0f101c",
950: "#787B93",
1000: "#3A3A3A",
1050: "#ECECEC",
1100: "#2F324B",
1200: "#D8DCFF",
+ 1300: "#565874",
},
- toolTipBoxBorderColor: "#D2FF3A",
+ toolTipBoxBorderColor: "#00F7A5",
toolTipBoxBgColor: "rgba(35,37,58,0.8)",
},
},
diff --git a/utils/theme.ts b/utils/theme.ts
index 80cd3b7d..0ca09393 100644
--- a/utils/theme.ts
+++ b/utils/theme.ts
@@ -8,7 +8,7 @@ const palette = {
light: {
mode: "light",
primary: {
- main: "#D2FF3A",
+ main: "#00F7A5",
light: "#D5EFE6",
},
secondary: {
@@ -20,13 +20,13 @@ const palette = {
},
background: {
default: "#F8F9FF",
- paper: "#2E304B",
+ paper: "#202026",
},
},
dark: {
mode: "light",
primary: {
- main: "#D2FF3A",
+ main: "#00F7A5",
light: "#000",
},
secondary: {
@@ -38,7 +38,7 @@ const palette = {
},
background: {
default: "#1A3632",
- paper: "#2E304B",
+ paper: "#202026",
},
},
};
@@ -66,8 +66,8 @@ declare module "@mui/material/styles" {
const custom = {
light: {
- headerBackground: "#14162B",
- pageBackground: "#14162B",
+ headerBackground: "#16161B",
+ pageBackground: "#16161B",
footerText: "#C0C4E9",
footerIcon: "#000",
text: "#000",
@@ -82,13 +82,13 @@ const custom = {
stakingCardBg: "#fff",
},
dark: {
- headerBackground: "#14162B",
- pageBackground: "#14162B",
+ headerBackground: "#16161B",
+ pageBackground: "#16161B",
footerText: "#C0C4E9",
footerIcon: "#7f83a0",
text: "#fff",
textStaking: "#fff",
- background: "#14162B",
+ background: "#16161B",
backgroundStaking: "#31344E",
notConnectedBg: "rgba(0,0,0,0.85)",
scrollbarBg: "rgba(0,0,0,0.5)",