Skip to content

Commit

Permalink
Merge pull request #140 from Team-Notitime/fix/139-organization-detai…
Browse files Browse the repository at this point in the history
…l-badge

fix: place badge weight 수정 (#139)
  • Loading branch information
easyhz authored Aug 23, 2024
2 parents 6bd0e1e + 978f390 commit aaaa5be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal fun AnnouncementCard(

announcement.place.takeIf { !it.isNullOrBlank() }?.run {
Badge(
modifier = Modifier.weight(1f),
modifier = Modifier.weight(1f, false),
string = this,
iconId = Options.PLACE.iconId
)
Expand Down

0 comments on commit aaaa5be

Please sign in to comment.