fix: update color name (#4502)

Update color name
This commit is contained in:
Omar Basem 2023-12-21 22:35:47 +04:00 committed by GitHub
parent 29ade0f817
commit 54f3cf8af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.171.37
0.171.38

View File

@ -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"