Skip to content

Commit 0f4ae79

Browse files
authored
Merge pull request #11921 from ethereum/theme-color-adjustments
very small adjustments to the design tokens
2 parents 3aa8849 + 0d83638 commit 0f4ae79

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/@chakra-ui/foundations/colors.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ export type Colors = typeof colors
22

33
const colors = {
44
gray: {
5-
100: "#f7f7f7",
6-
200: "#e7e7e7",
7-
300: "#d4d4d4",
8-
400: "#b0b0b0",
9-
500: "#646464",
5+
100: "#F7F7F7",
6+
150: "#F2F2F2",
7+
200: "#E7E7E7",
8+
300: "#C8C8C8",
9+
400: "#8C8C8C",
10+
500: "#616161",
1011
600: "#333333",
1112
700: "#222222",
1213
800: "#1B1B1B",

src/@chakra-ui/semanticTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const semanticTokens = {
5151
},
5252
body: {
5353
base: { _light: "gray.800", _dark: "gray.100" },
54-
medium: { _light: "gray.500", _dark: "gray.300" },
54+
medium: { _light: "gray.500", _dark: "gray.400" },
5555
light: { _light: "gray.200", _dark: "gray.600" },
5656
// ! Deprecating body.inverted
5757
inverted: { _light: "gray.100", _dark: "gray.800" },

0 commit comments

Comments
 (0)