diff --git a/js/under-pressure/view/MysteryPoolView.js b/js/under-pressure/view/MysteryPoolView.js index a9c8b614..2445685a 100644 --- a/js/under-pressure/view/MysteryPoolView.js +++ b/js/under-pressure/view/MysteryPoolView.js @@ -114,6 +114,7 @@ define( function( require ) { ComboBox.createItem( new Text( planetBString, comboBoxTextOptions ), 1 ), ComboBox.createItem( new Text( planetCString, comboBoxTextOptions ), 2 ) ], mysteryPoolModel.customGravityProperty, self, { + cornerRadius: 8, highlightFill: 'rgb(218,255,255)', visible: false } );