We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70137ee commit 9bb0b7eCopy full SHA for 9bb0b7e
1 file changed
packages/cli-menu/src/command-prompt.ts
@@ -63,7 +63,7 @@ export async function commandPrompt(
63
if (title) {
64
cfonts.say(title, {
65
font: 'tiny',
66
- gradient: titleColors as [string, string],
+ gradient: titleColors,
67
transitionGradient: true,
68
});
69
}
0 commit comments