Skip to content

Commit

Permalink
[Chore/#7] 폰트 스타일 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Jul 5, 2023
1 parent 2a43dc9 commit c6fae79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/activity_invite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@
android:enabled="true"
android:text="@string/btn_start"
android:textColor="@color/white"
android:textSize="16sp"
app:layout_constraintBottom_toTopOf="@id/tv_or" />

<TextView
android:id="@+id/tv_or"
style="@style/AndroidBody2Regular16"
style="@style/AndroidBody2_2Regular16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"
Expand All @@ -61,7 +60,7 @@

<TextView
android:id="@+id/tv_receive_code"
style="@style/AndroidBody2Regular16"
style="@style/AndroidBody2_2Regular16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"
Expand Down

0 comments on commit c6fae79

Please sign in to comment.