Using the Qt Quick Application as a template. I'm following this documentation about styling My question is why the button is brigther than the header content? Am I not using the same material? I'm using qt 6.2.2. SO: Linux mint
CodePudding user response:
As @Amfasis suggested, using:
Material.accent: Material.color(Material.Blue)
will make it work properly.