-
Notifications
You must be signed in to change notification settings - Fork 646
Allow ConfirmationPrompt Styling #1209
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable