Browse Source

Merge pull request #173 from hypertherm/indexedcolors_typo_lemonchiffon

Fix typo of IndexedColor "LemonChiffon" name mapping dictionary
master^2
Savorboard 4 years ago
committed by GitHub
parent
commit
b74fb26500
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/NPOI.OOXML/SS/UserModel/IndexedColors.cs

2
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);

Loading…
Cancel
Save