diff --git a/src/lib/components/test_cases/TestCaseView.svelte b/src/lib/components/test_cases/TestCaseView.svelte index ec0d8ba6e52b66af472d87c70cc058881d18afa9..b64a9e3fb3ff573c66d5ca79ab4ec4bce9c31806 100644 --- a/src/lib/components/test_cases/TestCaseView.svelte +++ b/src/lib/components/test_cases/TestCaseView.svelte @@ -206,7 +206,7 @@ id="situation_{situationIndex}" > {#if $testCaseIndex !== null && $testCaseIndex !== situationIndex} - <div class="absolute inset-0 bg-le-jaune bg-opacity-20 z-50" /> + <div class="absolute inset-0 bg-black bg-opacity-20 z-50" /> {/if} <div class="bg-gray-100 border border-gray-200 border-b-2 p-4 pb-2 rounded-t-md"