Hi ,
I am developing a custom view in theia , with AntD Components like Button and Text-boxes.
I am able to see the view but the style is not there , when i add import "antd/dist/antd.css";
in my frontend-module.ts , the whole theia IDE changes and uses the dark-theme from antd.
Can I limit this to my own view/widget, is there any example similar with bootstrap-css or material-ui which I can look into?
Regards,
Abhishek Chakraborty