Skip to content

Commit 1e5b721

Browse files
authored
Merge pull request #11280 from ethereum/fix-colors
Fix dark color for `primary.visited`
2 parents 507c52d + 65cb3f7 commit 1e5b721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@chakra-ui/gatsby-plugin/semanticTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const semanticTokens = {
4141
highContrast: { _light: "blue.800", _dark: "orange.100" },
4242
lowContrast: { _light: "blue.100", _dark: "orange.900" },
4343
hover: { _light: "blue.400", _dark: "orange.400" },
44-
visited: { _light: "blue.700", _dark: "orange.700" },
44+
visited: { _light: "blue.700", _dark: "orange.400" },
4545
// ! Deprecating primary.light
4646
light: { _light: "blue.100", _dark: "orange.100" },
4747
// ! Deprecating primary.dark

0 commit comments

Comments
 (0)