Continuing migrating to AppImage.

This commit is contained in:
Brent Simmons
2025-01-26 22:19:19 -08:00
parent b116c7b6e5
commit 989ecb1e0f
7 changed files with 63 additions and 54 deletions

View File

@@ -84,7 +84,7 @@ final class MainFeedTableViewSectionHeader: UITableViewHeaderFooterView {
private lazy var disclosureButton: UIButton = {
let button = NonIntrinsicButton()
button.tintColor = UIColor.tertiaryLabel
button.setImage(AppAssets.disclosureImage, for: .normal)
button.setImage(AppImage.disclosure, for: .normal)
button.contentMode = .center
button.addInteraction(UIPointerInteraction())
button.addTarget(self, action: #selector(toggleDisclosure), for: .touchUpInside)