Skip to content

Commit

Permalink
Merge branch 'main' into feature/show-legends-first-in-followed-by-se…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
mehmedalijaK authored Feb 28, 2025
2 parents 5014abc + aaefad1 commit da8f48d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private fun FollowGroupListItem(group: FollowGroup, onClick: () -> Unit) {
PrimalFilledButton(
modifier = Modifier
.wrapContentWidth()
.size(width = 120.dp, height = 36.dp),
.size(width = 128.dp, height = 36.dp),
contentPadding = PaddingValues(horizontal = 16.dp),
containerColor = if (isGroupFollowed) {
Color.White
Expand Down Expand Up @@ -401,7 +401,7 @@ private fun FollowGroupMemberListItem(member: FollowGroupMember, onClick: () ->
PrimalFilledButton(
modifier = Modifier
.wrapContentWidth()
.size(width = 96.dp, height = 36.dp),
.size(width = 104.dp, height = 36.dp),
contentPadding = PaddingValues(horizontal = 12.dp),
containerColor = if (member.followed) {
UnfollowMemberBackgroundColor
Expand Down

0 comments on commit da8f48d

Please sign in to comment.