mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 08:00:53 +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 faviconTemplate = RSImage.appImage("faviconTemplateImage")
|
||||||
static let share = RSImage.systemImage("square.and.arrow.up")
|
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 = {
|
@MainActor static let folder: IconImage = {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user