Confirmation dialog #12030
Confirmation dialog
#12030
-
Hello is there a way to swap buttons - ok to the left and no - to the right? |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Sep 22, 2025
Replies: 1 comment 2 replies
-
No, not at the moment. That's a fairly simple component with just a few tags and lines of code, no further customization is planned to it so if you need something looking differently - best would be to copy it to recreate it in your project: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, not at the moment. That's a fairly simple component with just a few tags and lines of code, no further customization is planned to it so if you need something looking differently - best would be to copy it to recreate it in your project:
https://github.com/taiga-family/taiga-ui/tree/main/projects/kit/components/confirm
If you are using
TuiConfirmService
we can probably abstractTUI_CONFIRM
into a token. Please file an issue if that's what you need.