diff --git a/Sources/OpenSwiftUICore/Graphic/Color/ColorView.swift b/Sources/OpenSwiftUICore/Graphic/Color/ColorView.swift index affeb5ff5..cbb5fc2a1 100644 --- a/Sources/OpenSwiftUICore/Graphic/Color/ColorView.swift +++ b/Sources/OpenSwiftUICore/Graphic/Color/ColorView.swift @@ -15,11 +15,8 @@ package struct ColorView: RendererLeafView, Animatable { } nonisolated package static func _makeView(view: _GraphValue, inputs: _ViewInputs) -> _ViewOutputs { - var inputs = inputs - if inputs.base.options.isEmpty { - // TODO: AnimatableAttribute - } - return makeLeafView(view: view, inputs: inputs) + let animatable = makeAnimatable(value: view, inputs: inputs.base) + return makeLeafView(view: .init(animatable), inputs: inputs) } package var descriptionAttributes: [(name: String, value: String)] {