Skip to content

Commit

Permalink
fix : 배너 텍스트 마진 4dp 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Sep 1, 2024
1 parent 4eb5dd3 commit 599ea95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ private fun Banner(
style = MaterialTheme.typography.labelMedium.copy(color = Grey05),
)
Text(
modifier = Modifier.padding(top = 4.dp),
text = "공연 등록하러 가기",
style = point1.copy(
color = Grey05,
Expand Down

0 comments on commit 599ea95

Please sign in to comment.