From fb863bea26407c615fae5214d84fb9f6c1267b3c Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 2 May 2023 22:18:38 +0800 Subject: [PATCH] Fix merge typo --- apple/OmnivoreKit/Sources/Views/Theme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/Theme.swift b/apple/OmnivoreKit/Sources/Views/Theme.swift index 9b95225c2..416819de0 100644 --- a/apple/OmnivoreKit/Sources/Views/Theme.swift +++ b/apple/OmnivoreKit/Sources/Views/Theme.swift @@ -31,7 +31,7 @@ public enum Theme: String, CaseIterable { } } - public var keyColor: Color { + public var highlightColor: Color { switch self { case .light, .sepia: return Color(red: 255 / 255.0, green: 210 / 255.0, blue: 52 / 255.0)