Fix merge typo

This commit is contained in:
Jackson Harper
2023-05-02 22:18:38 +08:00
parent cd5d135032
commit fb863bea26

View File

@ -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)