fix spelling of fuschia :(

This commit is contained in:
sabaimran
2024-08-05 11:50:11 +05:30
parent de1cd8c264
commit e0775446c9
3 changed files with 40 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ addSuggestionColorMap(SuggestionType.PopCulture, "red");
addSuggestionColorMap(SuggestionType.Food, "yellow");
addSuggestionColorMap(SuggestionType.Interviewing, "purple");
addSuggestionColorMap(SuggestionType.Home, "green");
addSuggestionColorMap(SuggestionType.Fun, "fuschia");
addSuggestionColorMap(SuggestionType.Fun, "fuchsia");
addSuggestionColorMap(SuggestionType.Code, "purple");
const DEFAULT_COLOR = "orange";