diff --git a/app/src/main/res/layout/toolbar.xml b/app/src/main/res/layout/toolbar.xml
index bb476ba2c..e7c694436 100644
--- a/app/src/main/res/layout/toolbar.xml
+++ b/app/src/main/res/layout/toolbar.xml
@@ -7,7 +7,7 @@
android:background="?attr/colorPrimary"
android:elevation="@dimen/elevation_toolbar"
android:theme="?attr/overlay_theme"
- app:titleTextColor="?attr/colorOnPrimary"
app:popupTheme="@style/popup_overlay"
+ app:titleTextColor="?attr/colorOnPrimary"
app:toolbarStyle="@style/Widget.MaterialComponents.Toolbar"
- tools:ignore="UnusedAttribute"/>
+ tools:ignore="UnusedAttribute" />
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 962366668..4fd257e76 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -31,6 +31,7 @@
- @style/WhiteToolbarOverlay
- @color/white_100
- @color/white_70
+ - @style/WhiteOverflow
+
+
+
+