Hi Suresh, I have actually used it in Enterprise projects twice, and the experience is quite enjoyable for me. As for customizing the theme, how I did last time was to avoid using Mantine's builtin style props like paddings and shadow, and instead revert back to using Tailwind classes for it. However, for colors you can mainly refer to https://shenyien.hashnode.dev/using-mantine-with-tailwind#heading-theming-mantine-with-tailwind where I mentioned about Finally, for other default styles like radius of buttons, you can configure them similarly in Mantine Theme Override.
