borderColor fix (#355)

This commit is contained in:
Igor
2021-04-03 23:55:58 +03:00
committed by GitHub
parent 1dc62e9aae
commit 9ec08820e8

View File

@@ -7,7 +7,7 @@ export const theme = {
secondaryBgColor: "#FFFAFA",
textColor: "blackAlpha.900",
gray: "gray.600",
borderColor: "#2e466c",
borderColor: "#e2e8f0",
},
dark: {
themeColorShade: "theme.200",