Color changes not visible while testing UI changes

Here’s what I’ve been doing: I open one terminal and run make ui-buildmake ui-server , then in another terminal, I run make ui . I access localhost:9081 and localhost:3000 per the docs to build and view UI changes. I was working on the IMPORT button color issue of ‘Add Clusters’ in ui/components/mesherysettingsenvbuttons.js . While I can edit the text and see it change on 9081/3000 browser window, any color changes (via sx={} or ui/themes/rjsf.js for dark/light mode) don’t reflect in the browser.

Proposed Solution: The rjsf theme is only defined for the rjsf component. For global themeing for the meshery, we defined it in the sistent repo (sistent/src/theme/palette.ts at 45ddb679f00327a4f87527fe34c53cc1201f870c · layer5io/sistent · GitHub). You have to change the theme there.