選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

theme-config.ts 125B

123456
  1. import type { ThemeConfig } from 'antd';
  2. export const theme: ThemeConfig = {
  3. token: {
  4. colorPrimary: '#602FD0',
  5. },
  6. };