From 01b3bd5938a993c7a77caf161057b65690d09471 Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Thu, 22 Feb 2024 10:05:36 -0500 Subject: [PATCH] update app update modal width --- app/src/organisms/UpdateAppModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/organisms/UpdateAppModal/index.tsx b/app/src/organisms/UpdateAppModal/index.tsx index e193bcd491f4..7154cc584462 100644 --- a/app/src/organisms/UpdateAppModal/index.tsx +++ b/app/src/organisms/UpdateAppModal/index.tsx @@ -85,7 +85,7 @@ const UPDATE_PROGRESS_BAR_STYLE = css` ` const LEGACY_MODAL_STYLE = css` width: 40rem; - text-align: center; + margin-left: 5.336rem; ` const RESTART_APP_AFTER_TIME = 5000