Skip to content

Commit b0a4a7d

Browse files
committed
update colors with ds colors
1 parent 9da6266 commit b0a4a7d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pages/staking/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ const PageContainer = (props: ChildOnlyProp) => (
6060
)
6161

6262
const Divider = () => (
63-
<div className="my-8 h-1 w-[10%] self-center bg-[#a4a4f3] dark:bg-[#ffc7a7]" />
63+
<div className="my-8 h-1 w-[10%] self-center bg-primary-high-contrast" />
6464
)
6565

6666
const HeroStatsWrapper = (props: ChildOnlyProp) => (
67-
<VStack
68-
className="w-full gap-0 bg-[linear-gradient(85.12deg,_rgba(185,_185,_241,_0.2)_0%,_rgba(84,_132,_234,_0.2)_56.29%,_rgba(58,_142,_137,_0.2)_99.99%)] pb-8 dark:bg-[linear-gradient(83.46deg,_rgba(127,_127,_213,_0.2)_7.03%,_rgba(138,_168,_231,_0.2)_52.42%,_rgba(145,_234,_228,_0.2)_98.77%)]"
69-
{...props}
70-
/>
67+
<VStack className="w-full gap-0 bg-main-gradient" {...props} />
7168
)
7269

7370
const ComparisonGrid = (props: ChildOnlyProp) => {

0 commit comments

Comments
 (0)