Skip to content

Commit

Permalink
Add Namespace parameter to ProfileColorProperty constructor, see phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 20, 2021
1 parent 3ed02ab commit 8e75446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/BuildANucleusColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import buildANucleus from '../buildANucleus.js';
const BuildANucleusColors = {

// Background color that for screens in this sim
screenBackgroundColorProperty: new ProfileColorProperty( 'screenBackground', {
screenBackgroundColorProperty: new ProfileColorProperty( buildANucleus, 'screenBackground', {
default: 'white'
} )
};
Expand Down

0 comments on commit 8e75446

Please sign in to comment.