Skip to content

Commit

Permalink
refactor: 다크모드에도 대응되도록 color 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Nov 16, 2023
1 parent 60d1c4d commit 4877ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/layout/dialog_read_letter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:layout_marginEnd="32dp"
android:layout_marginBottom="24dp"
android:fontFamily="@font/pretendard_semibold"
android:textColor="@color/black"
android:textColor="@color/on_primary"
android:textSize="12sp"
app:layout_constraintBottom_toBottomOf="@+id/et_dialog_letter"
app:layout_constraintEnd_toEndOf="@+id/v_dialog_letter_background"
Expand All @@ -80,7 +80,7 @@
android:fontFamily="@font/pretendard_semibold"
android:text="@{letter.nickname}"
android:textAlignment="textEnd"
android:textColor="@color/black"
android:textColor="@color/on_primary"
android:ellipsize="end"
android:maxLines="1"
android:textSize="16sp"
Expand Down

0 comments on commit 4877ade

Please sign in to comment.