Skip to content

Commit

Permalink
use underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
stopachka committed Dec 19, 2024
1 parent 573ec55 commit 2686952
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/packages/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,12 @@ async function promptOk(message, defaultAnswer = false) {
return await toggle({
message,
default: defaultAnswer,
theme: {
style: {
highlight: (x) => chalk.underline.blue(x),
answer: (x) => chalk.underline.blue(x),
}
}
}).catch(() => false);
}

Expand Down

0 comments on commit 2686952

Please sign in to comment.