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.
2 parents 8bc6db1 + 7b07bc0 commit d8d73eaCopy full SHA for d8d73ea
Sources/Grape/Modifiers/GraphForegroundScale.swift
@@ -12,7 +12,7 @@ extension EnvironmentValues {
12
}
13
14
15
- private struct __Key_graphForegroundScaleEnvironment: SwiftUICore.EnvironmentKey {
+ private struct __Key_graphForegroundScaleEnvironment: EnvironmentKey {
16
typealias Value = [AnyHashable: GraphicsContext.Shading]
17
static var defaultValue: Value { [:] }
18
0 commit comments