Skip to content

Commit

Permalink
[DEL/#22] TEXT ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
jangsjw committed Jan 14, 2025
1 parent 68e9c80 commit 2cb018f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ fun ChatInfoSectionBuy(
color = NapzakMarketTheme.colors.gray300,
shape = RoundedCornerShape(4.dp),
),
contentAlignment = Alignment.Center
) {
Text(
text = "",
color = NapzakMarketTheme.colors.gray500,
)
}

Spacer(modifier = Modifier.width(14.dp))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,7 @@ fun ChatInfoSectionSell(
NapzakMarketTheme.colors.gray300,
shape = RoundedCornerShape(4.dp),
),
contentAlignment = Alignment.Center
) {
Text(
text = "",
color = NapzakMarketTheme.colors.gray500,
)
}

)
Spacer(modifier = Modifier.width(14.dp))

Column(
Expand Down

0 comments on commit 2cb018f

Please sign in to comment.