diff --git a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml index 86523e7c..1726352e 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml @@ -11,6 +11,8 @@ android:id="@+id/debug_menu_top_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/colorPrimaryContainer" + app:titleTextColor="@color/colorOnPrimaryContainer" app:title="Debug Menu" android:minHeight="?attr/actionBarSize" android:theme="?attr/actionBarTheme"