Skip to content

Commit f17f104

Browse files
committed
Center the action buttons
1 parent 45bcbf2 commit f17f104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/ConfirmationModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
104104
.dialog-actions {
105105
display: flex;
106-
justify-content: flex-end;
106+
justify-content: center;
107107
gap: var(--space-sm);
108108
padding: var(--space-sm) var(--space-md);
109109
}

0 commit comments

Comments
 (0)