diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml
index c87486ecb..d1d46ef69 100644
--- a/app/src/main/res/layout/activity_search.xml
+++ b/app/src/main/res/layout/activity_search.xml
@@ -35,6 +35,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
+ app:theme="@style/WhiteSearchBarTheme"
android:queryBackground="@android:color/transparent"
android:searchIcon="@null"
android:paddingLeft="-16dp"
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index b8fc7d574..b945b7bc5 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -23,9 +23,6 @@
- @color/enabled_button_text_color_dark
- @color/main_background_dark
- @style/DarkFlatNearbyPermissionButton
-
-
- - @android:color/white
-
+