Action not getting reflected while makes changes in custom.js file in project directory
0
I want to change container background color. I opened Mendix\TestMendix-main\theme\styles\native\app\custom.js to make changes. import {} from "../core/variables"; export const Layout = { container: { // want to change color backgroundColor: brand.warningLight, } }; export const Page = Layout; can anyone suggest me..…….