We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f826b15 commit 7bf091bCopy full SHA for 7bf091b
DatWeatherDoe/UI/Menu Bar/CustomButton.swift
@@ -14,7 +14,7 @@ struct CustomButton: View {
14
let shortcutKey: String
15
let onClick: () -> Void
16
17
- init(text: LocalizedStringKey, textColor: Color = Color.white, shortcutKey: String, onClick: @escaping () -> Void) {
+ init(text: LocalizedStringKey, textColor: Color = Color.primary, shortcutKey: String, onClick: @escaping () -> Void) {
18
self.text = text
19
self.textColor = textColor
20
self.shortcutKey = shortcutKey
0 commit comments