fix(creator): 소개 본문 타이포그래피를 보정한다

This commit is contained in:
2026-06-25 18:29:40 +09:00
parent 2feacd9416
commit 71b0c64fd2
3 changed files with 11 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
<TextView
android:id="@+id/tv_introduce_body"
style="@style/Typography.Body3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_14"
@@ -18,6 +19,5 @@
android:lineSpacingMultiplier="1.45"
android:paddingHorizontal="@dimen/spacing_20"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="크리에이터가 커뮤니티에 올린 글이 보이는 부분 크리에이터가 커뮤니티에 올린 글이 보이는 부분" />
</LinearLayout>