Skip to content

Commit 1cba5e3

Browse files
committed
make default unspecified
1 parent 8fadf28 commit 1cba5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Components/Compositions/ShapeDrawingNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class ShapeDrawingNode: ASDisplayNode, ShapeDisplaying {
3434
var shapePath: UIBezierPath?
3535
var shapeLineWidth: CGFloat = 0
3636
var shapeStrokeColor: UIColor?
37-
var userInterfaceStyle: UIUserInterfaceStyle = .light
37+
var userInterfaceStyle: UIUserInterfaceStyle = .unspecified
3838
}
3939

4040
private final class ParameterBox: NSObject {

0 commit comments

Comments
 (0)