From e0351b26ba7730fec5a5d71712767e9cb1f8a132 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 10 Oct 2025 19:18:14 +0200 Subject: [PATCH] [android] Fix color of edit phone button in the editor Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/fragment_editor.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/res/layout/fragment_editor.xml b/android/app/src/main/res/layout/fragment_editor.xml index 7fdeb1427..b5bf98837 100644 --- a/android/app/src/main/res/layout/fragment_editor.xml +++ b/android/app/src/main/res/layout/fragment_editor.xml @@ -219,6 +219,7 @@ android:layout_height="match_parent" android:layout_alignParentEnd="true" android:layout_centerVertical="true" + android:textColor="?colorSecondary" android:textAppearance="@style/MwmTextAppearance.Body1" />