diff --git a/Classes/Repository/RepositoryBranches/RepositoryBranchesViewController.swift b/Classes/Repository/RepositoryBranches/RepositoryBranchesViewController.swift index 63d82e8e1..c1b80bfd1 100644 --- a/Classes/Repository/RepositoryBranches/RepositoryBranchesViewController.swift +++ b/Classes/Repository/RepositoryBranches/RepositoryBranchesViewController.swift @@ -36,6 +36,7 @@ RepositoryBranchSectionControllerDelegate title = NSLocalizedString("Branches", comment: "") preferredContentSize = Styles.Sizes.contextMenuSize feed.collectionView.backgroundColor = Styles.Colors.menuBackgroundColor.color + feed.setLoadingSpinnerColor(to: .white) dataSource = self }