Skip to content

Commit

Permalink
Use blue info icon color, #230
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed May 17, 2024
1 parent 2437c60 commit 88f4889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/MeanShareAndBalanceColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ const meanShareAndBalanceColors = {
} ),
arrowFillColorProperty: new ProfileColorProperty( meanShareAndBalance, 'arrowFill', {
default: '#FFF383'
} ),
infoIconFillColorProperty: new ProfileColorProperty( meanShareAndBalance, 'infoIconFill', {
default: '#286AA1'
} )
};

Expand Down
2 changes: 2 additions & 0 deletions js/common/view/MeanShareAndBalanceControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import InfoButton from '../../../../scenery-phet/js/buttons/InfoButton.js';
import generalOpenSoundPlayer from '../../../../tambo/js/shared-sound-players/generalOpenSoundPlayer.js';
import generalCloseSoundPlayer from '../../../../tambo/js/shared-sound-players/generalCloseSoundPlayer.js';
import TSoundPlayer from '../../../../tambo/js/TSoundPlayer.js';
import MeanShareAndBalanceColors from '../MeanShareAndBalanceColors.js';

type SelfOptions = {
numberSpinnerOptions?: NumberSpinnerOptions;
Expand Down Expand Up @@ -69,6 +70,7 @@ export default class MeanShareAndBalanceControls extends Node {
centerY: 230,
scale: 0.6,
left: vBoxAlignBox.left,
iconFill: MeanShareAndBalanceColors.infoIconFillColorProperty,
tandem: options.tandem.createTandem( 'infoButton' ),
soundPlayer: infoButtonSoundPlayer
} );
Expand Down

0 comments on commit 88f4889

Please sign in to comment.