Skip to content

Commit

Permalink
[Feat] FarmemeMemeItem ㅋㅋ 텍스트 아이콘으로 대체
Browse files Browse the repository at this point in the history
  • Loading branch information
JaesungLeee committed Aug 17, 2024
1 parent c123ac1 commit 2fdad23
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ fun FarmemeLolCount(
modifier = modifier,
verticalAlignment = Alignment.CenterVertically
) {
Text(
text = "ㅋㅋ",
style = FarmemeTheme.typography.highlight.normal.copy( // TODO(JaesungLeee) : typo style 수정 필요
color = FarmemeTheme.textColor.tertiary
)
)
FarmemeIcon.KKMeme()
Spacer(modifier = Modifier.size(4.dp))
Text(
text = "$lolCount",
Expand Down

0 comments on commit 2fdad23

Please sign in to comment.