From 5ab33b36c062d787b7fb67c991afea6792906c86 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9A=9B=20ink.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/ink.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/ink.ts b/src/utils/ink.ts index ea2669a..ffdfa6e 100644 --- a/src/utils/ink.ts +++ b/src/utils/ink.ts @@ -24,3 +24,4 @@ export function toInkColor(color: string | undefined): TextProps['color'] { // Fall back to raw ANSI color for unknown colors return `ansi:${color}` as TextProps['color'] } +