mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Use pink for "Unbreak Now" priority instead of indigo
Summary: Fixes T9237. A while ago, the old (more-pink) indigo got split into "pink" (more pink) and "indigo" (more purple), but we didn't change this color config in Maniphest. This generally made the color more purple, and it's now pretty simliar to the "needs triage" color (violet). Make it "pink" instead. Test Plan: {F742617} Reviewers: chad Reviewed By: chad Maniphest Tasks: T9237 Differential Revision: https://secure.phabricator.com/D13954
This commit is contained in:
parent
ed77b639f0
commit
d825aae87d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ final class PhabricatorManiphestConfigOptions
|
|||
100 => array(
|
||||
'name' => pht('Unbreak Now!'),
|
||||
'short' => pht('Unbreak!'),
|
||||
'color' => 'indigo',
|
||||
'color' => 'pink',
|
||||
'keywords' => array('unbreak'),
|
||||
),
|
||||
90 => array(
|
||||
|
|
Loading…
Reference in a new issue