ui: ajusta espaçamento dos botões no modal de exclusão
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3c939f9ce4
commit
3f5062c9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ export function ChecklistTemplatesManager() {
|
|||
Tem certeza que deseja excluir o template <strong>"{deleteTarget?.name}"</strong>? Esta ação não pode ser desfeita.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
<DialogFooter className="gap-2 sm:gap-0">
|
||||
<DialogFooter className="gap-3">
|
||||
<Button type="button" variant="outline" onClick={() => setDeleteTarget(null)} disabled={deleting}>
|
||||
Cancelar
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue