Add spacing above confirmation modal action buttons
This commit is contained in:
@@ -49,7 +49,7 @@ export function openConfirmModal({
|
||||
`;
|
||||
const close = () => overlay.remove();
|
||||
const actions = document.createElement("div");
|
||||
actions.className = "stack horizontal";
|
||||
actions.className = "stack horizontal confirm-actions";
|
||||
const confirmBtn = document.createElement("button");
|
||||
if (confirmClass) confirmBtn.className = confirmClass;
|
||||
confirmBtn.textContent = confirmLabel ?? t("modal.confirm");
|
||||
|
||||
Reference in New Issue
Block a user