Skip to content

Commit

Permalink
Rename from simColorProfileProperty to SimColors.js, see phetsims/sce…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 28, 2021
1 parent 13cefec commit adfb6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/EqualityLabScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Jonathan Olson <[email protected]>
*/

import fractionsCommonColorProfile from '../../../fractions-common/js/common/view/fractionsCommonColorProfile.js';
import FractionsCommonColors from '../../../fractions-common/js/common/view/FractionsCommonColors.js';
import EqualityLabModel from '../../../fractions-common/js/intro/model/EqualityLabModel.js';
import EqualityLabScreenView from '../../../fractions-common/js/intro/view/EqualityLabScreenView.js';
import Screen from '../../../joist/js/Screen.js';
Expand All @@ -23,7 +23,7 @@ class EqualityLabScreen extends Screen {
model => new EqualityLabScreenView( model ),
{
name: screenEqualityLabString,
backgroundColorProperty: fractionsCommonColorProfile.introScreenBackgroundProperty,
backgroundColorProperty: FractionsCommonColors.introScreenBackgroundProperty,
homeScreenIcon: new ScreenIcon( EqualityLabScreenView.createScreenIcon(), {
maxIconWidthProportion: 1,
maxIconHeightProportion: 1
Expand Down

0 comments on commit adfb6da

Please sign in to comment.