Skip to content

Commit

Permalink
Change dialog & drop down menu backgrounds color for Android12+ (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky authored Jul 14, 2024
1 parent c0c11d7 commit 3dea314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values-v31/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<color name="setup_text_action">@android:color/system_accent1_700</color>
<color name="setup_step_action_text_pressed">@android:color/system_accent1_500</color>
<color name="action_bar_color">@android:color/system_accent1_50</color>
<color name="sliding_items_background">@android:color/system_accent1_50</color>
<color name="dialog_background">@android:color/system_accent1_50</color>
<color name="drop_down_menu_background">@android:color/system_accent1_10</color>
<color name="sliding_items_background">@android:color/system_neutral2_50</color>
<color name="dialog_background">@android:color/system_neutral2_50</color>
<color name="drop_down_menu_background">@android:color/system_neutral2_50</color>
</resources>

0 comments on commit 3dea314

Please sign in to comment.