mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Fix starColor name.
This commit is contained in:
parent
440a7fbefa
commit
865d32fe1a
@ -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 = {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user