if no custom text color use defaults
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct DefaultTextColor {
|
||||
static var textColor: Color {
|
||||
Color(UIColor.label)
|
||||
}
|
||||
}
|
||||
|
||||
protocol MoodTintable {
|
||||
static func color(forMood mood: Mood) -> Color
|
||||
static func secondary(forMood mood: Mood) -> Color
|
||||
|
||||
Reference in New Issue
Block a user