Skip to content

Commit

Permalink
Merge pull request #1263 from Bykiev/olivergreen
Browse files Browse the repository at this point in the history
Fix typo olivergreen in IndexedColors
  • Loading branch information
tonyqus authored Feb 9, 2024
2 parents 14d4aec + 540a027 commit a14413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/SS/UserModel/IndexedColors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static IndexedColors()
mappingName.Add("darkteal", IndexedColors.DarkTeal);
mappingName.Add("seagreen", IndexedColors.SeaGreen);
mappingName.Add("darkgreen", IndexedColors.DarkGreen);
mappingName.Add("olivergreen", IndexedColors.OliveGreen);
mappingName.Add("olivegreen", IndexedColors.OliveGreen);
mappingName.Add("brown", IndexedColors.Brown);
mappingName.Add("plum", IndexedColors.Plum);
mappingName.Add("indigo", IndexedColors.Indigo);
Expand Down

0 comments on commit a14413d

Please sign in to comment.