When I change something in sistent/src/themes/palette.tsx like the primary color( in the export const lightModePalette: PaletteOptions = {
background: {
default: Colors.charcoal[100], primary…). Then do,
npm run build (in the sistent dir)
npm install (in meshery dir)
make ui-build (meshery , terminal 1)
make ui-server(meshery, terminal 1)
make ui(meshery,terminal 2)
I dont see any changes, am I missing something, have tried to change various component’s colors in the same file.