Skip to content

Commit

Permalink
make favorite badge yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Sep 13, 2021
1 parent b7c7df3 commit f3ed74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Sources/SupplementaryViews/FavoriteBadgeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class FavoriteBadgeView: UICollectionReusableView {
])
self.imageView.image = UIImage(systemName: "star.fill")
self.imageView.tintColor = .systemBackground
self.backgroundColor = .systemRed
self.backgroundColor = .systemYellow
}

override func layoutSubviews() {
Expand Down

0 comments on commit f3ed74a

Please sign in to comment.