From 9ec08820e862edc3627e68ea792d73f3f4886507 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 3 Apr 2021 23:55:58 +0300 Subject: [PATCH] borderColor fix (#355) --- theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.ts b/theme.ts index 7b6c05657..d639a9213 100644 --- a/theme.ts +++ b/theme.ts @@ -7,7 +7,7 @@ export const theme = { secondaryBgColor: "#FFFAFA", textColor: "blackAlpha.900", gray: "gray.600", - borderColor: "#2e466c", + borderColor: "#e2e8f0", }, dark: { themeColorShade: "theme.200",