fixed colorNames sorting mistake (#19125) [backport]

This commit is contained in:
orthoplex
2021-11-11 20:01:51 +01:00
committed by GitHub
parent cde83d90aa
commit 528ef6c218

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),