Skip to content

Commit bdc92da

Browse files
committed
adjust colors to new theme
1 parent 7f1479f commit bdc92da

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/components/Card/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const Card = ({
2323
<div
2424
className={cn(
2525
"flex flex-col justify-between space-y-4",
26-
"rounded-sm bg-ednBackground",
27-
"border border-solid border-lightBorder",
26+
"rounded-sm bg-background-highlight",
27+
"border border-solid",
2828
"p-6",
2929
className
3030
)}

src/styles/semantic-tokens.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
--staking-blue-fill: #f1fcf5;
127127
--staking-red: #a0524c;
128128
--staking-red-fill: #f8fbf9;
129-
130-
--edn-background: #f7f7f7;
131-
--light-border: #ececec;
132129
}
133130

134131
/* Dark mode token declarations */
@@ -227,8 +224,5 @@
227224
--staking-blue-fill: #2b352f;
228225
--staking-red: #d6bbb9;
229226
--staking-red-fill: #313432;
230-
231-
--edn-background: #1a1a1a;
232-
--light-border: #404040;
233227
}
234228
}

tailwind.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ const config = {
145145
},
146146

147147
disabled: "hsla(var(--disabled))",
148-
ednBackground: "var(--edn-background)",
149-
lightBorder: "var(--light-border)",
150148

151149
background: {
152150
DEFAULT: "hsla(var(--background))",

0 commit comments

Comments
 (0)