Dynamic theme ant-design prolayout

179 views Asked by At

I really dont know how to change the theme dynamic in antd pro layout, can someone help me with this problem :(, Thanks you very much. Currently I am using the theme by exporting file in config/config.ts like this:

    export default defineConfig({
     theme: {
    "primary-color": defaultSettings.primaryColor,
  },
})
0

There are 0 answers