Skip to content

Commit bbec168

Browse files
committed
fix: StablecoinsTable components dark mode text color not see #12648
1 parent 2d17b7f commit bbec168

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/StablecoinsTable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ const StablecoinsTable = ({
9494
_hover={{
9595
textDecoration: "none",
9696
borderBottom: `1px solid ${textColor}`,
97-
bg: "primary200",
98-
color: "black300",
97+
bg: "primary200"
9998
}}
10099
_focus={{
101100
borderBottom: `1px solid ${textColor}`,

0 commit comments

Comments
 (0)