ADDED antd to my new CRA project and customized some classes by overriding default antd CSS.
Then, I needed a dark-themed antd table component. Tried installing it via webpack but encountered failure. After switching to craco, successfully implemented the dark theme.
However, utilizing craco-less for the dark theme caused it to override my custom CSS styles.
Upon inspecting in the browser, noticed that my CSS was overriding the default antd styles while the dark theme was overwriting mine.
Has anyone else faced this issue before? Appreciate any help in advance!