Change crimson color hex code to web frendly color

This commit is contained in:
MinSoo Kim 2017-01-31 22:41:44 +09:00
parent 824cff8f57
commit edc4ef67da
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
$material_colors = array(
'red' => '#f44336',
'crimson' => '#66001f',
'crimson' => '#aa0000',
'pink' => '#e91e63',
'purple' => '#9c27b0',
'deep-purple' => '#673ab7',

View file

@ -3,7 +3,7 @@
{@
$material_colors = array(
'red' => '#f44336',
'crimson' => '#66001f',
'crimson' => '#aa0000',
'pink' => '#e91e63',
'purple' => '#9c27b0',
'deep-purple' => '#673ab7',