feat(profile): 크리에이터 상세정보에서 닉네임의 크기 32, SNS 아이콘 margin 16

This commit is contained in:
2026-02-25 21:33:45 +09:00
parent 092fc67b0b
commit 4b2ef742d6
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ class CreatorDetailDialog(
LinearLayout.LayoutParams.WRAP_CONTENT LinearLayout.LayoutParams.WRAP_CONTENT
).apply { ).apply {
if (index > 0) { if (index > 0) {
marginStart = 12.dpToPx().toInt() marginStart = 16.dpToPx().toInt()
} }
} }
setOnClickListener { setOnClickListener {

View File

@@ -57,7 +57,7 @@
android:layout_marginTop="30dp" android:layout_marginTop="30dp"
android:fontFamily="@font/bold" android:fontFamily="@font/bold"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="36sp" android:textSize="32sp"
tools:text="크리에이터 닉네임" /> tools:text="크리에이터 닉네임" />
<LinearLayout <LinearLayout