From 4c882f4f41148432734139c3c9930cec3e708e5a Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Mon, 14 Feb 2022 18:17:16 +0100 Subject: [PATCH] fix light theme color for Entry menu box Signed-off-by: Marcel Hibbe --- app/src/main/res/layout/controller_entry_menu.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/controller_entry_menu.xml b/app/src/main/res/layout/controller_entry_menu.xml index c743fc656..8b0a08bf8 100644 --- a/app/src/main/res/layout/controller_entry_menu.xml +++ b/app/src/main/res/layout/controller_entry_menu.xml @@ -52,7 +52,9 @@ android:layout_marginEnd="@dimen/standard_half_margin" android:layout_toStartOf="@id/smileyButton" app:errorTextAppearance="@style/ErrorAppearance" - app:passwordToggleTint="@color/grey_600"> + app:passwordToggleTint="@color/grey_600" + app:boxStrokeColor="@color/colorPrimary" + app:hintTextColor="@color/colorPrimary">