[android] Fix color of edit phone button in the editor

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-10 19:18:14 +02:00
committed by jeanbaptisteC
parent 64f8d751cf
commit e0351b26ba

View File

@@ -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" />
</RelativeLayout>