From f5320d3b4422b17cdca838954f9fca57cb1b85db Mon Sep 17 00:00:00 2001 From: Justin Sun Date: Mon, 3 Apr 2023 01:01:18 +0800 Subject: [PATCH] fix: set theme color to antd default --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index 4a99e50..9541f60 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -4,4 +4,4 @@ export const SEARCH_PARAMS = { PAGE: 'p', } as const; -export const PRIMARY_COLOR = '#28303d'; +export const PRIMARY_COLOR = '#1677ff';