Skip to content

Commit

Permalink
ui: change previewers' black theme background
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Mar 14, 2024
1 parent bccd1fc commit a3ad545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/theme_black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<item name="hardButtonTextColor">@color/white</item>
<item name="goodButtonTextColor">@color/material_green_400</item>
<item name="easyButtonTextColor">@color/material_blue_700</item>
<item name="alternativeBackgroundColor">#000</item>
<item name="alternativeBackgroundColor">#101010</item>
<!-- Reviewer button drawables -->
<item name="againButtonRef">@drawable/footer_button_all_black</item>
<item name="hardButtonRef">@drawable/footer_button_all_black</item>
Expand Down

0 comments on commit a3ad545

Please sign in to comment.