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.
1 parent ac999ff commit d5998f4Copy full SHA for d5998f4
Sources/Screens/Viewer/3D/Viewer3DRenderer.swift
@@ -29,7 +29,7 @@ struct Viewer3DRenderer: UIViewRepresentable {
29
let sceneView = context.coordinator.sceneView
30
sceneView.allowsCameraControl = true
31
sceneView.autoenablesDefaultLighting = true
32
- sceneView.backgroundColor = .white
+ sceneView.backgroundColor = UIColor.systemBackground
33
34
sceneView.isHidden = true
35
containerView.addSubview(sceneView)
0 commit comments