mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix merge typo
This commit is contained in:
parent
cd5d135032
commit
fb863bea26
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue