diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6a5360795567..97d5d6f250ec 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,7 @@ - [*] Fixed an issue when images for the card reader flows were not shown on tablets [https://github.com/woocommerce/woocommerce-android/pull/14849] - [*] Fixed an issue where the count of the filters applied to the orders was not updated correctly [https://github.com/woocommerce/woocommerce-android/pull/14844] - [**] POS: Allow merchants to view, search, and manage POS orders directly within the POS interface. [https://github.com/woocommerce/woocommerce-android/pull/14866] +- [*] Improved the Filters and Add button colors [https://github.com/woocommerce/woocommerce-android/pull/14872] 23.5 ----- diff --git a/WooCommerce/src/main/res/color/button_outlined_bg_selector.xml b/WooCommerce/src/main/res/color/button_outlined_bg_selector.xml index 6836fa373e18..2e5db2f1a65f 100644 --- a/WooCommerce/src/main/res/color/button_outlined_bg_selector.xml +++ b/WooCommerce/src/main/res/color/button_outlined_bg_selector.xml @@ -2,7 +2,7 @@ + android:color="@color/primary_colored_button_background"/> diff --git a/WooCommerce/src/main/res/values/colors_base.xml b/WooCommerce/src/main/res/values/colors_base.xml index 447753606171..b16631d73949 100644 --- a/WooCommerce/src/main/res/values/colors_base.xml +++ b/WooCommerce/src/main/res/values/colors_base.xml @@ -151,7 +151,6 @@ --> @color/woo_blue_50 @color/woo_orange_50 - @color/color_primary diff --git a/WooCommerce/src/main/res/values/styles_base.xml b/WooCommerce/src/main/res/values/styles_base.xml index 9de01b897843..3eff61fcc18b 100644 --- a/WooCommerce/src/main/res/values/styles_base.xml +++ b/WooCommerce/src/main/res/values/styles_base.xml @@ -1,14 +1,15 @@ - - - - + + + + + + - - @@ -608,7 +613,7 @@ theme across the entire app. Overridden versions should be added to the styles.x - - - -