mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Make pink flags pink
Summary: Indigo apparently used to be pink and was fixed in D10707. This looks like it never got changed Test Plan: Flag was purple, then it was pink Reviewers: chad, #blessed_reviewers Reviewed By: chad, #blessed_reviewers Subscribers: epriestley, #flags Differential Revision: https://secure.phabricator.com/D12101
This commit is contained in:
parent
924b135d31
commit
1e4be36484
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ final class PhabricatorFlagColor extends PhabricatorFlagConstants {
|
|||
self::COLOR_YELLOW => 'fa-flag yellow',
|
||||
self::COLOR_GREEN => 'fa-flag green',
|
||||
self::COLOR_BLUE => 'fa-flag blue',
|
||||
self::COLOR_PINK => 'fa-flag indigo', // whhaaaa
|
||||
self::COLOR_PINK => 'fa-flag pink',
|
||||
self::COLOR_PURPLE => 'fa-flag violet',
|
||||
self::COLOR_CHECKERED => 'fa-flag-checkered',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue