Fixed the problem design issue in the shadcn components.
--Real Issue: Components are working but styles corresponding to those components is not working fine.
Things I did
Changed tailwind config of frontend instead of creating new imported from the UI package
Similarly Imported the index.css code from the globals.css from the package lib
Also commented the line from the eslint file on the UI package it creating error in the vs code
17
Fixed the problem design issue in the shadcn components. --Real Issue: Components are working but styles corresponding to those components is not working fine.
Things I did