From 3a119305dd828eb990f608f9c586f57dea76fcd8 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 27 Jul 2023 09:50:31 -0600 Subject: [PATCH] new color that is yellow, https://github.com/phetsims/build-a-nucleus/issues/87 --- js/common/BANColors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/BANColors.ts b/js/common/BANColors.ts index 13eb6cb..bf827cf 100644 --- a/js/common/BANColors.ts +++ b/js/common/BANColors.ts @@ -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', {