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 ca16641 commit 714d5acCopy full SHA for 714d5ac
src/@chakra-ui/gatsby-plugin/semanticTokens.ts
@@ -39,7 +39,7 @@ const semanticTokens = {
39
primary: {
40
base: { _light: "blue.500", _dark: "orange.500" },
41
highContrast: { _light: "blue.800", _dark: "orange.100" },
42
- lowContrast: { _light: "blue.100", _dark: "orange.900" },
+ lowContrast: { _light: "blue.100", _dark: "orange.800" },
43
hover: { _light: "blue.400", _dark: "orange.400" },
44
visited: { _light: "blue.700", _dark: "orange.550" },
45
// ! Deprecating primary.light
0 commit comments