Is your feature request related to a problem? Please describe.
Right now, ConfirmationPrompt styling can't be customized in the same way that TextPrompt allows for, which makes for an inconsistent experience when you need to use both and have customized the TextPrompt styling.
Describe the solution you'd like
I'd like to introduce the same styling capabilities to ConfirmationPrompt that TextPrompt currently has.
Describe alternatives you've considered
For now, I've been using a custom ConfirmationPromptWithStyling in my own library that needs it, but it would be great if this came with this library so I can delete this custom implementation. 😄
Additional context
N/A
Please upvote 👍 this issue if you are interested in it.
Is your feature request related to a problem? Please describe.
Right now,
ConfirmationPromptstyling can't be customized in the same way thatTextPromptallows for, which makes for an inconsistent experience when you need to use both and have customized theTextPromptstyling.Describe the solution you'd like
I'd like to introduce the same styling capabilities to
ConfirmationPromptthatTextPromptcurrently has.Describe alternatives you've considered
For now, I've been using a custom
ConfirmationPromptWithStylingin my own library that needs it, but it would be great if this came with this library so I can delete this custom implementation. 😄Additional context
N/A
Please upvote 👍 this issue if you are interested in it.