mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Finish migration away from AppAssets to AppImage and AppColor.
This commit is contained in:
@@ -111,7 +111,7 @@ private extension IconView {
|
||||
|
||||
private func updateBackgroundColor() {
|
||||
if !isBackgroundSuppressed && ((iconImage != nil && isVerticalBackgroundExposed) || !isDiscernable) {
|
||||
backgroundColor = AppAssets.iconBackgroundColor
|
||||
backgroundColor = AppColor.iconBackground
|
||||
} else {
|
||||
backgroundColor = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user