The material buttons don't behave same as old buttons do as they don't accept color from background but from theme.xml file. so, to change the background color of a material 3 button just add following code in theme.xml
<item name="colorPrimary">@color/<your-color-here></item>