Version
3.2.5
Environment
ant-design-vue 3.2.5 vue 3.2.36
Reproduction link

Steps to reproduce
const colorState = reactive({
primaryColor: "red",
errorColor: "red",
warningColor: "red",
successColor: "red",
infoColor: "red",
});
ConfigProvider.config({
theme: colorState,
});
配置全局样式不生效
What is expected?
配置样式主题色生效
What is actually happening?
配置样式主题色不生效