From af6a70c9fb7a56d93bd39052098fa33f06595f42 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 5 Aug 2024 11:51:45 +0530 Subject: [PATCH] Fix fuschia spelling in the colorutils file as well --- src/interface/web/app/common/colorUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/web/app/common/colorUtils.ts b/src/interface/web/app/common/colorUtils.ts index d423eabf..6ae5f390 100644 --- a/src/interface/web/app/common/colorUtils.ts +++ b/src/interface/web/app/common/colorUtils.ts @@ -10,7 +10,7 @@ const tailwindColors = [ "cyan", "lime", "indigo", - "fuschia", + "fuchsia", "rose", "sky", "amber",