We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a68e3 commit 71f33b4Copy full SHA for 71f33b4
2 files changed
Sources/SettingEnvironment.swift
@@ -40,7 +40,7 @@ private struct SecondaryBackgroundColorKey: EnvironmentKey {
40
}()
41
}
42
43
-extension EnvironmentValues {
+public extension EnvironmentValues {
44
/// For text.
45
var settingPrimaryColor: Color {
46
get { self[PrimaryColorKey.self] }
Sources/SettingTheme.swift
0 commit comments