Change wish priorities color
This commit is contained in:
parent
f089e14873
commit
2a985321fc
1 changed files with 3 additions and 7 deletions
|
@ -18,21 +18,17 @@ class Wish
|
|||
public static function initialize()
|
||||
{
|
||||
self::$priorities = array(
|
||||
'' => array(
|
||||
'name' => __('Default'),
|
||||
'color' => '',
|
||||
),
|
||||
'1' => array(
|
||||
'name' => __('Unsure about it'),
|
||||
'color' => 'black',
|
||||
'color' => 'teal',
|
||||
),
|
||||
'2' => array(
|
||||
'name' => __('Nice to have'),
|
||||
'color' => 'grey',
|
||||
'color' => 'olive',
|
||||
),
|
||||
'3' => array(
|
||||
'name' => __('Would love it'),
|
||||
'color' => 'brown',
|
||||
'color' => 'yellow',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue