fix: set theme color to antd default

This commit is contained in:
Justin Sun 2023-04-03 01:01:18 +08:00
parent 5d71ba0e3f
commit f5320d3b44
No known key found for this signature in database
GPG Key ID: B6FCB958F29B7093

View File

@ -4,4 +4,4 @@ export const SEARCH_PARAMS = {
PAGE: 'p',
} as const;
export const PRIMARY_COLOR = '#28303d';
export const PRIMARY_COLOR = '#1677ff';