Fix starColor name.

This commit is contained in:
Brent Simmons 2024-08-05 17:57:29 -07:00
parent 440a7fbefa
commit 865d32fe1a
2 changed files with 1 additions and 1 deletions

View File

@ -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 = {