Skip to content

Commit 3869c4a

Browse files
committed
update the visited tokens
1 parent b47adfa commit 3869c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ const semanticTokens = {
3838
// Main Set
3939
primary: {
4040
base: { _light: "blue.500", _dark: "orange.500" },
41-
highContrast: { _light: "blue.700", _dark: "orange.100" },
41+
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.600", _dark: "orange.600" },
44+
visited: { _light: "blue.700", _dark: "orange.700" },
4545
// ! Deprecating primary.light
4646
light: { _light: "blue.100", _dark: "orange.100" },
4747
// ! Deprecating primary.dark

0 commit comments

Comments
 (0)