Skip to content

Commit ff0c53b

Browse files
committed
Fix color in Account management fragment
1 parent df7c11e commit ff0c53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/fragment_account_management_settings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<TextView
4646
android:id="@+id/username"
47-
style="@style/Body"
47+
style="@style/Body.Secondary"
4848
android:layout_width="match_parent"
4949
android:layout_height="wrap_content"
5050
android:layout_marginHorizontal="@dimen/marginStandardMedium"
@@ -63,7 +63,7 @@
6363

6464
<TextView
6565
android:id="@+id/email"
66-
style="@style/Body"
66+
style="@style/Body.Secondary"
6767
android:layout_width="match_parent"
6868
android:layout_height="wrap_content"
6969
android:layout_marginHorizontal="@dimen/marginStandardMedium"

0 commit comments

Comments
 (0)