From feac48285904660443217bcc4ce56dad1e1588d2 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 6 Jun 2023 16:20:40 +0800 Subject: [PATCH] Fixed loading screen flash issue in dark mode closes https://github.com/TryGhost/Team/issues/3344 --- ghost/admin/app/styles/components/loading-indicator.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/components/loading-indicator.css b/ghost/admin/app/styles/components/loading-indicator.css index 005b40f84f..b9a55e69b5 100644 --- a/ghost/admin/app/styles/components/loading-indicator.css +++ b/ghost/admin/app/styles/components/loading-indicator.css @@ -11,6 +11,7 @@ justify-content: center; left: 0; padding-bottom: 8vh; + background-color: #fff; } .gh-loading-content.basic-auth {