Fix build errors.

This commit is contained in:
Brent Simmons
2024-07-09 21:11:21 -07:00
parent de228c69c4
commit 1660d77668
4 changed files with 5 additions and 5 deletions

View File

@@ -54,8 +54,8 @@ final class IconView: NSView {
return imageView.frame.size.height < bounds.size.height
}
private static var lightBackgroundColor = AppAssets.iconLightBackgroundColor
private static var darkBackgroundColor = AppAssets.iconDarkBackgroundColor
private static var lightBackgroundColor = AppAsset.Mac.iconLightBackgroundColor
private static var darkBackgroundColor = AppAsset.Mac.iconDarkBackgroundColor
override init(frame frameRect: NSRect) {
super.init(frame: frameRect)