Skip to content

Commit

Permalink
[feat] #98 - 글자 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lee989898 committed Jul 16, 2022
1 parent 9948255 commit 1034a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_profile_modify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
android:paddingStart="16dp"
android:paddingEnd="149dp"
android:text="@={viewModel.nickname}"
android:textColor="@color/gray_400"
android:textColor="@color/gray_800"
android:textSize="16sp"
app:layout_constraintTop_toBottomOf="@id/tv_description" />

Expand Down

0 comments on commit 1034a75

Please sign in to comment.