fixed colorNames sorting mistake (#19125) [backport]

(cherry picked from commit 528ef6c218)
This commit is contained in:
orthoplex
2021-11-11 20:01:51 +01:00
committed by narimiran
parent 1090b0c4af
commit cfee71e779

View File

@@ -353,8 +353,8 @@ const
("lightcoral", colLightCoral),
("lightcyan", colLightCyan),
("lightgoldenrodyellow", colLightGoldenRodYellow),
("lightgrey", colLightGrey),
("lightgreen", colLightGreen),
("lightgrey", colLightGrey),
("lightpink", colLightPink),
("lightsalmon", colLightSalmon),
("lightseagreen", colLightSeaGreen),