diff --git a/Vernissage/Views/NotificationsView/Subviews/NotificationRowView.swift b/Vernissage/Views/NotificationsView/Subviews/NotificationRowView.swift index d9ed5f4..ce6423c 100644 --- a/Vernissage/Views/NotificationsView/Subviews/NotificationRowView.swift +++ b/Vernissage/Views/NotificationsView/Subviews/NotificationRowView.swift @@ -76,6 +76,7 @@ struct NotificationRowView: View { if let cachedImage = self.image { cachedImage .resizable() + .aspectRatio(contentMode: .fill) .frame(width: 50, height: 50) .clipShape(RoundedRectangle(cornerRadius: 8)) } else {