colorInversePrimary and colorShadow is missing in Theme.Material3.Light.NoActionBar
my material version is 'com.google.android.material:material:1.6.0-alpha03'
<item name="colorInversePrimary">@color/md_theme_dark_inversePrimary</item>
<item name="colorShadow">@color/md_theme_dark_shadow</item>
this two line. I get it from material-theme-builder, but when I add into my project it's coming as an error. Other colors are fine.