From 54f3cf8af0f220a0aba6eec50d1522af0e602d88 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Thu, 21 Dec 2023 22:35:47 +0400 Subject: [PATCH] fix: update color name (#4502) Update color name --- VERSION | 2 +- multiaccounts/common/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ed18a9803..d72ed0562 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.171.37 +0.171.38 diff --git a/multiaccounts/common/const.go b/multiaccounts/common/const.go index d3bf6e3e1..5dbc2efb4 100644 --- a/multiaccounts/common/const.go +++ b/multiaccounts/common/const.go @@ -12,7 +12,7 @@ const ( CustomizationColorYellow CustomizationColor = "yellow" CustomizationColorOrange CustomizationColor = "orange" CustomizationColorRed CustomizationColor = "red" - CustomizationColorPink CustomizationColor = "pink" + CustomizationColorFlamingo CustomizationColor = "flamingo" CustomizationColorBrown CustomizationColor = "brown" CustomizationColorSky CustomizationColor = "sky" CustomizationColorArmy CustomizationColor = "army"