Skip to content

Commit a62405d

Browse files
committed
revert the init selection arrow to default.
Signed-off-by: Saurabh Misra <[email protected]>
1 parent 7b203a3 commit a62405d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ def __init__(self) -> None:
199199
self.Question.brackets_color = inquirer.themes.term.bright_blue
200200
self.Question.default_color = inquirer.themes.term.bright_cyan
201201
self.List.selection_color = inquirer.themes.term.bright_blue
202-
self.List.selection_cursor = "⚡"
203202
self.Checkbox.selection_color = inquirer.themes.term.bright_blue
204-
self.Checkbox.selection_cursor = "⚡"
205203
self.Checkbox.selected_icon = "✅"
206204
self.Checkbox.unselected_icon = "⬜"
207205

0 commit comments

Comments
 (0)