From bffa2a128eea6c53ca9f28093b9ca7698cd12f63 Mon Sep 17 00:00:00 2001 From: Sqaaakoi Date: Thu, 17 Oct 2024 16:57:15 +1300 Subject: [PATCH] remove as FlagRegistryEntry --- index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.tsx b/index.tsx index 21f2ee9..5f610cc 100644 --- a/index.tsx +++ b/index.tsx @@ -32,17 +32,17 @@ const flagRegistry: Record = { label: "Danger", color: "#ff7473", emoji: "🛑" - } as FlagRegistryEntry, + }, [FlagType.WARNING]: { label: "Warning", color: "#ffb02e", emoji: "⚠️" - } as FlagRegistryEntry, + }, [FlagType.INFO]: { label: "Info", color: "#62a8ff", emoji: "🔵" - } as FlagRegistryEntry, + }, [FlagType.POSITIVE]: { label: "Positive", color: "#62ff74",