rsnext/examples/with-ant-design/app/themeConfig.ts
2023-07-30 23:35:46 +00:00

10 lines
157 B
TypeScript

import type { ThemeConfig } from 'antd'
const theme: ThemeConfig = {
token: {
fontSize: 16,
colorPrimary: '#52c41a',
},
}
export default theme