Skip to content

Commit

Permalink
[MOD/#22] 인자 이름 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
jangsjw committed Jan 14, 2025
1 parent 1571300 commit 68e9c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun ChatInfoSectionBuy(
modifier = Modifier
.size(50.dp)
.background(
NapzakMarketTheme.colors.gray300,
color = NapzakMarketTheme.colors.gray300,
shape = RoundedCornerShape(4.dp),
),
contentAlignment = Alignment.Center
Expand Down

0 comments on commit 68e9c80

Please sign in to comment.