dialog xml
<style name="Theme.MyApp.Dialog.Alert" parent="ThemeOverlay.Material3.MaterialAlertDialog">
<item name="android:textColor">@color/md_theme_light_onBackground</item>
<item name="android:background">@color/md_theme_light_background</item>
the missing attribute is the inner items color how to set it
