Skip to content

Commit

Permalink
[chore] #143 내 걸음 텍스트 색깔 변경
Browse files Browse the repository at this point in the history
검정색에서 빨간색
  • Loading branch information
Jokwanhee committed Apr 21, 2024
1 parent 7110bc2 commit 999ac06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/home_my_step_count"
android:textColor="@color/gray_700_464747"
android:textColor="@color/red_400_FF6259"
app:layout_constraintEnd_toEndOf="@id/view_line_divider"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand Down

0 comments on commit 999ac06

Please sign in to comment.