import type { ThemeConfig } from 'antd'; export const theme: ThemeConfig = { token: { colorPrimary: '#602FD0', }, };