mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
Updates PillButton appearance
This commit is contained in:
@@ -268,7 +268,6 @@ private extension MyAppsViewController
|
||||
cell.bannerView.iconImageView.isIndicatingActivity = true
|
||||
cell.bannerView.betaBadgeView.isHidden = !(installedApp.storeApp?.isBeta ?? false)
|
||||
|
||||
cell.bannerView.button.isInverted = true
|
||||
cell.bannerView.button.isIndicatingActivity = false
|
||||
cell.bannerView.button.addTarget(self, action: #selector(MyAppsViewController.refreshApp(_:)), for: .primaryActionTriggered)
|
||||
|
||||
|
||||
@@ -94,7 +94,6 @@ private extension UpdateCollectionViewCell
|
||||
self.versionDescriptionTitleLabel.textColor = self.tintColor
|
||||
self.blurView.backgroundColor = self.tintColor
|
||||
|
||||
self.bannerView.button.isInverted = true
|
||||
self.bannerView.button.tintColor = self.tintColor
|
||||
self.bannerView.button.progressTintColor = self.tintColor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user