mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Resolved issue of dark icons not visible in bottom NavBar and Achievements Fragment (#5410)
This commit is contained in:
parent
1f738eb7c4
commit
b3a4e8731e
4 changed files with 11 additions and 8 deletions
|
|
@ -20,6 +20,7 @@
|
|||
<item name="reviewHeading">@color/white</item>
|
||||
<item name="aboutIconsColor">@color/white</item>
|
||||
<item name="caption_description_text_color">@color/white</item>
|
||||
<item name="floatingActionButtonStyle">@color/black</item>
|
||||
|
||||
<item name="semitransparentText">@color/commons_app_blue_dark</item>
|
||||
<item name="subBackground">@color/sub_background_dark</item>
|
||||
|
|
@ -80,6 +81,7 @@
|
|||
<item name="reviewHeading">@color/black</item>
|
||||
<item name="aboutIconsColor">@color/black</item>
|
||||
<item name="caption_description_text_color">@color/black</item>
|
||||
<item name="floatingActionButtonStyle">@color/white</item>
|
||||
|
||||
<item name="semitransparentText">@color/commons_app_blue_light</item>
|
||||
<item name="subBackground">@color/sub_background_light</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue