This commit changes the button text color from black(#000000) to a prominent text color that varies depending on the theme settings.
@@ -86,7 +86,7 @@
<style name="FallbackTheming.Dialog.ButtonStyle"
parent="Widget.MaterialComponents.Button.TextButton.Dialog">
- <item name="android:textColor">#000000</item>
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<!-- separate action bar style for activities without an action bar -->