Skip to content

Commit

Permalink
[Chore/#94] 텍스트 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Jul 20, 2023
1 parent bd0458f commit fbaff9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_notify_time.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
android:layout_marginStart="28dp"
android:layout_marginTop="24dp"
android:text="@string/timemachine_description"
android:textColor="@color/umbba_black"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/layout_appbar" />

Expand All @@ -40,8 +41,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="28dp"
android:layout_marginTop="8dp"
android:text="@string/go_past_title"
android:textColor="@color/black"
android:textColor="@color/umbba_black"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_timemachine_description" />

Expand Down

0 comments on commit fbaff9e

Please sign in to comment.