next.js/examples/with-ant-design/app/themeConfig.ts
themeConfig.ts11 lines160 B
import type { ThemeConfig } from "antd";

const theme: ThemeConfig = {
  token: {
    fontSize: 16,
    colorPrimary: "#52c41a",
  },
};

export default theme;
Quest for Codev2.0.0
/
SIGN IN