Skip to content

Commit

Permalink
fix: Fix avatar padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygregoryjohn183 committed Apr 15, 2024
1 parent 320b0c3 commit eff999f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ fun NotificationCard(
.weight(1f)
.semantics { contentDescription = "siren-notification-avatar-${notification?.id}" },
)
} else {
Spacer(
modifier = Modifier.size(notificationCardStyle.avatarSize!!).weight(1f),
)
}
Column(
modifier =
Expand Down

0 comments on commit eff999f

Please sign in to comment.