From 7d9818e21a1c4d65ae6a092f4e566b8d9f354ecf Mon Sep 17 00:00:00 2001 From: Rodry <38259440+ImRodry@users.noreply.github.com> Date: Thu, 27 May 2021 12:13:58 +0100 Subject: [PATCH] docs(ColorResolvable): Add Fuchsia to ColorResolvable typedef (#5676) Also moved DARKER_GREY to its place in the Colors export on Constants.js --- src/util/Util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/Util.js b/src/util/Util.js index 9ece9356f..e890dccf4 100644 --- a/src/util/Util.js +++ b/src/util/Util.js @@ -379,11 +379,11 @@ class Util { * - `YELLOW` * - `PURPLE` * - `LUMINOUS_VIVID_PINK` + * - `FUCHSIA` * - `GOLD` * - `ORANGE` * - `RED` * - `GREY` - * - `DARKER_GREY` * - `NAVY` * - `DARK_AQUA` * - `DARK_GREEN` @@ -394,6 +394,7 @@ class Util { * - `DARK_ORANGE` * - `DARK_RED` * - `DARK_GREY` + * - `DARKER_GREY` * - `LIGHT_GREY` * - `DARK_NAVY` * - `BLURPLE`