Using white instead of light gray for color test

master
Mike Gerwitz 2012-03-03 19:13:44 -05:00
parent 5b9c401a0e
commit 4a114606ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rectest.ColorTestCase = Class( 'ColorTestCase' )
orange: '#f57900',
purple: '#75507b',
red: '#cc0000',
white: '#eeeeec',
white: '#ffffff',
yellow: '#edd400'
},