diff --git a/js/common/view/GraphContentsToggleButton.js b/js/common/view/GraphContentsToggleButton.js index 1644136c..acae6b7b 100644 --- a/js/common/view/GraphContentsToggleButton.js +++ b/js/common/view/GraphContentsToggleButton.js @@ -23,6 +23,7 @@ define( require => { super( graphContentsVisibleProperty, options ); + // change the button color to emphasize when the graph contents are hidden graphContentsVisibleProperty.link( visible => { this.setBaseColor( visible ? 'white' : PhetColorScheme.BUTTON_YELLOW ); } );