We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a1c38 commit d41008dCopy full SHA for d41008d
src/components/StablecoinsTable.tsx
@@ -56,7 +56,7 @@ const StablecoinsTable = ({
56
mb={8}
57
minW="720px"
58
>
59
- <Thead bg="ednBackground" color="text200">
+ <Thead bg="background.highlight" color="text200">
60
<Tr borderBottom={`1px solid ${textColor}`} mb="1px">
61
{columns.map((column, idx) => (
62
<Th
@@ -94,12 +94,12 @@ const StablecoinsTable = ({
94
_hover={{
95
textDecoration: "none",
96
borderBottom: `1px solid ${textColor}`,
97
- bg: "primary200"
+ bg: "background.highlight"
98
}}
99
_focus={{
100
101
- bg: "primary200",
102
- color: "black300",
+ bg: "background.base",
+ color: "body.base",
103
104
105
<Td>
0 commit comments