From 1e4be36484af681d0522ba62618ea145e1ec9ce3 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 17 Mar 2015 18:29:07 -0700 Subject: [PATCH] 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 --- src/applications/flag/constants/PhabricatorFlagColor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/flag/constants/PhabricatorFlagColor.php b/src/applications/flag/constants/PhabricatorFlagColor.php index a5b10292b7..493d658584 100644 --- a/src/applications/flag/constants/PhabricatorFlagColor.php +++ b/src/applications/flag/constants/PhabricatorFlagColor.php @@ -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', );