]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6401 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Oct 2023 16:32:38 +0000 (18:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Oct 2023 16:32:38 +0000 (18:32 +0200)
app/Http/Controllers/Admin/Operations/Quiz/PreviewOperation.php

index c619d5f5f1b9d4b7177d46863c0139e51909e920..771daf8f2f0ef24c51a195a269ab9a1e25dd34e2 100644 (file)
@@ -99,7 +99,7 @@ trait PreviewOperation
         $res = $this->_compileScreen(
             $quiz->title, $url, __('Compilation du quiz en cours'),
             __('Cette étape ne sera pas nécessaire lorsque le fluidbook sera installé sur son emplacement définitif'),
-            $theme->neutralColor,
+            $theme->backgroundColor,
             $theme->getTextsColor(),
         );
         return response($res);