diff --git a/ui/components/ui/loading-screen/index.scss b/ui/components/ui/loading-screen/index.scss index dd3f40d58..f3bcd65bc 100644 --- a/ui/components/ui/loading-screen/index.scss +++ b/ui/components/ui/loading-screen/index.scss @@ -9,7 +9,8 @@ flex: 1 1 auto; width: 100%; height: 100%; - background: rgba(255, 255, 255, 0.8); + background: var(--color-background-alternative); + opacity: 0.8; &__screen-content { display: flex;