My problem is locating the CSS classes so that I can edit the styles without affecting other components.
1 Like
There are .scss files where all css classes can be found. Once you update them you need to build the client using npm run build
which would build and apply all the scss changes in index.css
file in the web.
1 Like