Skip to content

Commit

Permalink
fix: fix info
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Feb 1, 2025
1 parent 14b3690 commit ea3952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/change-gray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function setGray(overwriteConfirmation: boolean, selectedTheme?: st

if (!overwriteConfirmation) {
confirmOverride = await confirm({
message: `You will overwrite the current theme "${highlight(userConfig.gray)}" with ${selectedTheme ? highlight(selectedTheme) : "others"}?`,
message: `You will overwrite the current theme ${highlight(userConfig.gray)} with ${selectedTheme ? highlight(selectedTheme) : "others"}?`,
})

if (!confirmOverride) {
Expand Down

0 comments on commit ea3952b

Please # to comment.