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 */