mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix starColor name.
This commit is contained in:
@@ -22,7 +22,7 @@ final class AppAsset {
|
||||
static let faviconTemplate = RSImage.appImage("faviconTemplateImage")
|
||||
static let share = RSImage.systemImage("square.and.arrow.up")
|
||||
|
||||
static let starColor = RSColor(named: "StarColor")!
|
||||
static let starColor = RSColor(named: "starColor")!
|
||||
|
||||
@MainActor static let folder: IconImage = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user