diff --git a/Modules/Legacy/Editing/Sources/Editing View/Workspace/PhotoEditingPathBrushStrokeView.swift b/Modules/Legacy/Editing/Sources/Editing View/Workspace/PhotoEditingPathBrushStrokeView.swift index 2de0ecd..f99df20 100644 --- a/Modules/Legacy/Editing/Sources/Editing View/Workspace/PhotoEditingPathBrushStrokeView.swift +++ b/Modules/Legacy/Editing/Sources/Editing View/Workspace/PhotoEditingPathBrushStrokeView.swift @@ -1,7 +1,7 @@ // Created by Geoff Pado on 10/31/24. // Copyright © 2024 Cocoatype, LLC. All rights reserved. -final class PhotoEditingPathBrushStrokeView: UIControl, PhotoEditingBrushStrokeView { +class PhotoEditingPathBrushStrokeView: UIControl, PhotoEditingBrushStrokeView { var color = UIColor.black { didSet { pathLayer?.strokeColor = color.cgColor } }