diff --git a/components/feature/search/src/main/res/layout/mozac_search_widget_large.xml b/components/feature/search/src/main/res/layout/mozac_search_widget_large.xml index f4c034517e5..7801adb460a 100644 --- a/components/feature/search/src/main/res/layout/mozac_search_widget_large.xml +++ b/components/feature/search/src/main/res/layout/mozac_search_widget_large.xml @@ -27,7 +27,7 @@ android:gravity="start|center_vertical" android:letterSpacing="-0.025" android:textAlignment="viewStart" - android:textColor="@color/mozac_feature_search_widget_text_color_primary" + android:textColor="@color/mozac_feature_search_widget_text_color" android:textSize="15sp" tools:text="Search the web" /> diff --git a/components/feature/search/src/main/res/layout/mozac_search_widget_medium.xml b/components/feature/search/src/main/res/layout/mozac_search_widget_medium.xml index a6907fb0c6a..8731d4017c3 100644 --- a/components/feature/search/src/main/res/layout/mozac_search_widget_medium.xml +++ b/components/feature/search/src/main/res/layout/mozac_search_widget_medium.xml @@ -27,7 +27,7 @@ android:gravity="start|center_vertical" android:letterSpacing="-0.025" android:textAlignment="viewStart" - android:textColor="@color/mozac_feature_search_widget_text_color_primary" + android:textColor="@color/mozac_feature_search_widget_text_color" android:textSize="15sp" tools:text="Search" /> diff --git a/components/feature/search/src/main/res/values-night/colors.xml b/components/feature/search/src/main/res/values-night/colors.xml index c635ac0be92..50b0875a99a 100644 --- a/components/feature/search/src/main/res/values-night/colors.xml +++ b/components/feature/search/src/main/res/values-night/colors.xml @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> @color/photonDarkGrey60 - @color/photonLightGrey05 - @color/photonLightGrey05 + @color/photonLightGrey05 + @color/photonLightGrey05 diff --git a/components/feature/search/src/main/res/values/colors.xml b/components/feature/search/src/main/res/values/colors.xml index 2ade94e1236..07c5961bbe5 100644 --- a/components/feature/search/src/main/res/values/colors.xml +++ b/components/feature/search/src/main/res/values/colors.xml @@ -4,6 +4,6 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> @color/photonLightGrey10 - @color/photonDarkGrey90 - @color/photonDarkGrey90 + @color/photonDarkGrey90 + @color/photonDarkGrey90