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
).apply {
if (index > 0) {
marginStart = 12.dpToPx().toInt()
marginStart = 16.dpToPx().toInt()
}
}
setOnClickListener {