diff --git a/MacPass/MPOutlineTableCellView.m b/MacPass/MPOutlineTableCellView.m index 85a35479..6bcc90af 100644 --- a/MacPass/MPOutlineTableCellView.m +++ b/MacPass/MPOutlineTableCellView.m @@ -46,6 +46,11 @@ [self _updateCountDisplay]; } +- (void)setBackgroundStyle:(NSBackgroundStyle)backgroundStyle { + super.backgroundStyle = backgroundStyle; + self.countButton.cell.backgroundStyle = backgroundStyle; +} + - (void)_setupDefaults { _count = 0; _hideZeroCount = YES;