Skip to content

Commit

Permalink
remove initial opacity setting for returnMoleculeButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 authored and jessegreenberg committed Apr 21, 2021
1 parent be7fb2b commit 1094f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/moleculesandlight/view/ObservationWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ define( function( require ) {
this.returnMoleculeButtonNode = new RectangularPushButton( {
content: buttonContent,
baseColor: 'rgb(247, 151, 34)',
opacity: 0.99,
touchAreaXDilation: 7,
touchAreaYDilation: 7,
listener: function() {
Expand Down

0 comments on commit 1094f5b

Please sign in to comment.