changed debbuging color in 3DPreview to release color
This commit is contained in:
		@ -56,7 +56,7 @@ class Preview3D : View("Preview3D") {
 | 
			
		||||
        style {
 | 
			
		||||
            minWidth = 200.px
 | 
			
		||||
            minHeight = 200.px
 | 
			
		||||
            background = Background(BackgroundFill(Color.BLUEVIOLET, CornerRadii.EMPTY, Insets.EMPTY))
 | 
			
		||||
            background = Background(BackgroundFill(Color.valueOf("#9f9f9f"), CornerRadii.EMPTY, Insets.EMPTY))
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user