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.
2 parents 507c52d + 65cb3f7 commit 1e5b721Copy full SHA for 1e5b721
src/@chakra-ui/gatsby-plugin/semanticTokens.ts
@@ -41,7 +41,7 @@ const semanticTokens = {
41
highContrast: { _light: "blue.800", _dark: "orange.100" },
42
lowContrast: { _light: "blue.100", _dark: "orange.900" },
43
hover: { _light: "blue.400", _dark: "orange.400" },
44
- visited: { _light: "blue.700", _dark: "orange.700" },
+ visited: { _light: "blue.700", _dark: "orange.400" },
45
// ! Deprecating primary.light
46
light: { _light: "blue.100", _dark: "orange.100" },
47
// ! Deprecating primary.dark
0 commit comments