We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aece8 commit 19b5d79Copy full SHA for 19b5d79
Sources/SettingTheme.swift
@@ -30,15 +30,15 @@ public enum SettingTheme {
30
31
public static var backgroundColor: Color = {
32
#if os(iOS)
33
- return Color(uiColor: .systemBackground)
+ return Color(uiColor: .secondarySystemGroupedBackground)
34
#else
35
return Color(nsColor: .textBackgroundColor)
36
#endif
37
}()
38
39
public static var secondaryBackgroundColor: Color = {
40
41
- return Color(uiColor: .secondarySystemBackground)
+ return Color(uiColor: .systemGroupedBackground)
42
43
return Color(nsColor: .windowBackgroundColor)
44
0 commit comments