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 b47adfa commit 3869c4aCopy full SHA for 3869c4a
src/@chakra-ui/gatsby-plugin/semanticTokens.ts
@@ -38,10 +38,10 @@ const semanticTokens = {
38
// Main Set
39
primary: {
40
base: { _light: "blue.500", _dark: "orange.500" },
41
- highContrast: { _light: "blue.700", _dark: "orange.100" },
+ 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.600", _dark: "orange.600" },
+ visited: { _light: "blue.700", _dark: "orange.700" },
45
// ! Deprecating primary.light
46
light: { _light: "blue.100", _dark: "orange.100" },
47
// ! Deprecating primary.dark
0 commit comments