Support antd v5 ConfigProvider #44
Replies: 3 comments 2 replies
-
Hello, Can you tell me a bit more about what you would need? What is your use case after the implementation? |
Beta Was this translation helpful? Give feedback.
-
Basically I am using the code from the link in the previous post
and when I do a <Cron ....> the css gets all wonky, the select boxes renders either with white background, or black background with black text. I believe that is because with the ConfigProvider, the colours for the css classes ant-selector gets changed on the fly via code. It would be good if perhaps takes in an additional prop that lets us select what preset theme we are using, and render the select boxes based on the theme. |
Beta Was this translation helpful? Give feedback.
-
Good day! I created PR: #52 |
Beta Was this translation helpful? Give feedback.
-
Hi is it possible to add support for antd v5 themes preset algorithms?
https://ant.design/docs/react/customize-theme#use-preset-algorithms
Beta Was this translation helpful? Give feedback.
All reactions