diff --git a/Sources/Grape/Modifiers/GraphForegroundScale.swift b/Sources/Grape/Modifiers/GraphForegroundScale.swift index 8b3f4c9..3fe2809 100644 --- a/Sources/Grape/Modifiers/GraphForegroundScale.swift +++ b/Sources/Grape/Modifiers/GraphForegroundScale.swift @@ -12,7 +12,7 @@ extension EnvironmentValues { } } - private struct __Key_graphForegroundScaleEnvironment: SwiftUICore.EnvironmentKey { + private struct __Key_graphForegroundScaleEnvironment: EnvironmentKey { typealias Value = [AnyHashable: GraphicsContext.Shading] static var defaultValue: Value { [:] } }