Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 95a20d9

Browse files
Huddiernystrom
authored andcommitted
Fixed color issue. (#2188)
1 parent da2dc16 commit 95a20d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Classes/Section Controllers/LoadMore/LoadMoreCell.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ final class LoadMoreCell: SelectableCell {
2121
accessibilityTraits |= UIAccessibilityTraitButton
2222
isAccessibilityElement = true
2323
label.font = Styles.Text.button.preferredFont
24-
label.textColor = Styles.Colors.Blue.light.color
24+
label.textColor = Styles.Colors.Blue.medium.color
2525
contentView.addSubview(label)
2626
label.snp.makeConstraints { make in
2727
make.center.equalTo(contentView)
2828
}
29-
3029
activity.hidesWhenStopped = true
3130
contentView.addSubview(activity)
3231
activity.snp.makeConstraints { make in

0 commit comments

Comments
 (0)