Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Classes/Section Controllers/LoadMore/LoadMoreCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ final class LoadMoreCell: SelectableCell {
accessibilityTraits |= UIAccessibilityTraitButton
isAccessibilityElement = true
label.font = Styles.Text.button.preferredFont
label.textColor = Styles.Colors.Blue.light.color
label.textColor = Styles.Colors.Blue.medium.color
contentView.addSubview(label)
label.snp.makeConstraints { make in
make.center.equalTo(contentView)
}

activity.hidesWhenStopped = true
contentView.addSubview(activity)
activity.snp.makeConstraints { make in
Expand Down