Skip to content

Commit

Permalink
new color that is yellow, #87
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 27, 2023
1 parent 47884a6 commit 3a11930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/BANColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const BANColors = {
} ),

nuclideChartBorderMagicNumberColorProperty: new ProfileColorProperty( buildANucleus, 'nuclideChartBorderMagicNumberColor', {
default: new Color( 100, 100, 100 )
default: new Color( 253, 255, 143 )
} ),

chartRadioButtonsBackgroundColorProperty: new ProfileColorProperty( buildANucleus, 'chartRadioButtonsBackgroundColor', {
Expand Down

0 comments on commit 3a11930

Please sign in to comment.