From 49ea9905197c467365fb219cdc6cef0e059880da Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 7 Jan 2024 12:16:46 +0200 Subject: [PATCH] dialog-confirm class by default --- client/src/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui.js b/client/src/ui.js index 13a601589b..9590649f73 100644 --- a/client/src/ui.js +++ b/client/src/ui.js @@ -97,7 +97,7 @@ class Dialog { options = options || {}; /** @private */ - this.className = 'dialog'; + this.className = 'dialog-confirm'; /** @private */ this.backdrop = 'static'; /** @private */