From f41cca7d1bd5868b65e2f83e66a5dce2217c1848 Mon Sep 17 00:00:00 2001 From: Harrison Saturley-Hall Date: Fri, 10 Apr 2020 11:40:07 -0400 Subject: [PATCH] Fix typo of IndexedColor "LemonChiffon" name mapping dictionary --- src/NPOI.OOXML/SS/UserModel/IndexedColors.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NPOI.OOXML/SS/UserModel/IndexedColors.cs b/src/NPOI.OOXML/SS/UserModel/IndexedColors.cs index ea08bdf..9301a8e 100644 --- a/src/NPOI.OOXML/SS/UserModel/IndexedColors.cs +++ b/src/NPOI.OOXML/SS/UserModel/IndexedColors.cs @@ -168,7 +168,7 @@ namespace NPOI.SS.UserModel mappingName.Add("grey50percent", IndexedColors.Grey50Percent); mappingName.Add("cornflowerblue", IndexedColors.CornflowerBlue); mappingName.Add("maroon", IndexedColors.Maroon); - mappingName.Add("lemonchilffon", IndexedColors.LemonChiffon); + mappingName.Add("lemonchiffon", IndexedColors.LemonChiffon); mappingName.Add("orchid", IndexedColors.Orchid); mappingName.Add("coral", IndexedColors.Coral); mappingName.Add("royalblue", IndexedColors.RoyalBlue);