Skip to content

Commit 7bf091b

Browse files
committed
Fix button text color
1 parent f826b15 commit 7bf091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DatWeatherDoe/UI/Menu Bar/CustomButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct CustomButton: View {
1414
let shortcutKey: String
1515
let onClick: () -> Void
1616

17-
init(text: LocalizedStringKey, textColor: Color = Color.white, shortcutKey: String, onClick: @escaping () -> Void) {
17+
init(text: LocalizedStringKey, textColor: Color = Color.primary, shortcutKey: String, onClick: @escaping () -> Void) {
1818
self.text = text
1919
self.textColor = textColor
2020
self.shortcutKey = shortcutKey

0 commit comments

Comments
 (0)