diff --git a/Tusker/Views/Profile Header/ProfileHeaderView.swift b/Tusker/Views/Profile Header/ProfileHeaderView.swift index 172886f7..00ac35ed 100644 --- a/Tusker/Views/Profile Header/ProfileHeaderView.swift +++ b/Tusker/Views/Profile Header/ProfileHeaderView.swift @@ -154,14 +154,12 @@ class ProfileHeaderView: UIView { let followCountTitle = NSMutableAttributedString() followCountTitle.append(NSAttributedString(string: followingAbbr, attributes: [ .font: UIFont.preferredFont(forTextStyle: .body).withTraits(.traitBold)!, - .foregroundColor: UIColor.label, ])) followCountTitle.append(NSAttributedString(string: " Following, ", attributes: [ .foregroundColor: UIColor.secondaryLabel, ])) followCountTitle.append(NSAttributedString(string: followersAbbr, attributes: [ .font: UIFont.preferredFont(forTextStyle: .body).withTraits(.traitBold)!, - .foregroundColor: UIColor.label, ])) followCountTitle.append(NSAttributedString(string: " Follower\(account.followersCount == 1 ? "" : "s")", attributes: [ .foregroundColor: UIColor.secondaryLabel,