Using white instead of light gray for color test
parent
5b9c401a0e
commit
4a114606ba
|
@ -19,7 +19,7 @@ rectest.ColorTestCase = Class( 'ColorTestCase' )
|
|||
orange: '#f57900',
|
||||
purple: '#75507b',
|
||||
red: '#cc0000',
|
||||
white: '#eeeeec',
|
||||
white: '#ffffff',
|
||||
yellow: '#edd400'
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue