diff --git a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift index 8d5d77ffab..b85c0be6f2 100644 --- a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift +++ b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift @@ -484,7 +484,10 @@ public class ChatListViewController: OWSViewController, HomeTabViewController { ]) ) } else if viewState.settingsButtonCreator.hasConsumedMediaTierCapacity { - let image = Theme.iconImage(.backup).withBadge(color: UIColor.Signal.red) + let image = Theme.iconImage(.backup).withBadge( + color: UIColor.Signal.red, + badgeSize: .square(8.5) + ) contextMenuActions.append( UIMenu(options: [.displayInline], children: [ UIAction(