Skip to content

Commit 714d5ac

Browse files
committed
changing the contrast for lowContrast
1 parent ca16641 commit 714d5ac

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
@@ -39,7 +39,7 @@ const semanticTokens = {
3939
primary: {
4040
base: { _light: "blue.500", _dark: "orange.500" },
4141
highContrast: { _light: "blue.800", _dark: "orange.100" },
42-
lowContrast: { _light: "blue.100", _dark: "orange.900" },
42+
lowContrast: { _light: "blue.100", _dark: "orange.800" },
4343
hover: { _light: "blue.400", _dark: "orange.400" },
4444
visited: { _light: "blue.700", _dark: "orange.550" },
4545
// ! Deprecating primary.light

0 commit comments

Comments
 (0)