Skip to content

Commit d41008d

Browse files
authored
style: use new design system token
1 parent 55a1c38 commit d41008d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/StablecoinsTable.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const StablecoinsTable = ({
5656
mb={8}
5757
minW="720px"
5858
>
59-
<Thead bg="ednBackground" color="text200">
59+
<Thead bg="background.highlight" color="text200">
6060
<Tr borderBottom={`1px solid ${textColor}`} mb="1px">
6161
{columns.map((column, idx) => (
6262
<Th
@@ -94,12 +94,12 @@ const StablecoinsTable = ({
9494
_hover={{
9595
textDecoration: "none",
9696
borderBottom: `1px solid ${textColor}`,
97-
bg: "primary200"
97+
bg: "background.highlight"
9898
}}
9999
_focus={{
100100
borderBottom: `1px solid ${textColor}`,
101-
bg: "primary200",
102-
color: "black300",
101+
bg: "background.base",
102+
color: "body.base",
103103
}}
104104
>
105105
<Td>

0 commit comments

Comments
 (0)