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'] } +