Skip to content

Commit

Permalink
fix: progress dialog button color to use primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalAY authored and david-allison committed Jan 24, 2024
1 parent 72bffc0 commit 9196bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@
</style>

<style name="CustomButtonBarButtonStyle" parent="Widget.AppCompat.Button.ButtonBar.AlertDialog">
<item name="android:textColor">@color/material_light_blue_500</item>
<item name="android:textColor">?attr/colorPrimary</item>
</style>
</resources>

0 comments on commit 9196bac

Please sign in to comment.