Skip to content

Commit

Permalink
Merge pull request #13340 from woocommerce/revert-navbarcolor-change
Browse files Browse the repository at this point in the history
[Android SDK version] Reverted change that was not supposed to be merged
  • Loading branch information
samiuelson authored Jan 17, 2025
2 parents d5af3f2 + 816f155 commit bbebf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WooCommerce/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<item name="colorControlNormal">@color/color_primary</item>
<item name="android:colorControlActivated">@color/color_primary</item>
<item name="scrimBackground">@color/color_scrim_background</item>
<!-- <item name="android:navigationBarColor">@color/nav_bar</item>-->
<item name="android:navigationBarColor">@color/nav_bar</item>
<item name="elevationOverlayEnabled">true</item>
<item name="elevationOverlayColor">@color/woo_white</item>
<item name="android:textColorLink">@color/color_primary</item>
Expand Down

0 comments on commit bbebf6c

Please sign in to comment.