From 4a114606ba8e31d3ae3afc99f98ac9c8550f9dca Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 3 Mar 2012 19:13:44 -0500 Subject: [PATCH] Using white instead of light gray for color test --- scripts/ColorTestCase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ColorTestCase.js b/scripts/ColorTestCase.js index 693269b..53d17e3 100644 --- a/scripts/ColorTestCase.js +++ b/scripts/ColorTestCase.js @@ -19,7 +19,7 @@ rectest.ColorTestCase = Class( 'ColorTestCase' ) orange: '#f57900', purple: '#75507b', red: '#cc0000', - white: '#eeeeec', + white: '#ffffff', yellow: '#edd400' },