Skip to content

Commit 25999d8

Browse files
fix(theme/colors): fix syntax
1 parent 28d53cc commit 25999d8

File tree

1 file changed

+1
-1
lines changed
  • src/@chakra-ui/gatsby-plugin/foundations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export type Colors = typeof colors
33
const colors = {
44
gray: {
55
100: "#f7f7f7",
6-
200: "e7e7e7",
6+
200: "#e7e7e7",
77
300: "#d4d4d4",
88
400: "#b0b0b0",
99
500: "#646464",

0 commit comments

Comments
 (0)