diff --git a/UI/CenterMessageBox.ts b/UI/CenterMessageBox.ts index bee5f31bb..a05b091a5 100644 --- a/UI/CenterMessageBox.ts +++ b/UI/CenterMessageBox.ts @@ -27,7 +27,7 @@ export default class CenterMessageBox extends VariableUiElement { super(message.map(toShow => toShow.el)) - this.SetClass("flex justify-around " + + this.SetClass("flex justify-center " + "rounded-3xl bg-white text-xl font-bold pointer-events-none p-4") this.SetStyle("transition: opacity 750ms linear")