fix(terminal): update text color for terminal availability message and improve readability

This commit is contained in:
Andras Bacsai
2025-08-11 11:45:47 +02:00
parent c9ddda8ed2
commit d3059d5514

View File

@@ -9,7 +9,8 @@
</svg> </svg>
<div class="text-center"> <div class="text-center">
<h3 class="text-lg font-medium">Terminal Not Available</h3> <h3 class="text-lg font-medium">Terminal Not Available</h3>
<p class="mt-2 text-sm text-gray-500">No shell (bash/sh) is available in this container. Please <p class="mt-2 text-sm text-neutral-300">No shell (bash/sh) is available in this container.
Please
ensure either bash or sh is installed to use the terminal.</p> ensure either bash or sh is installed to use the terminal.</p>
</div> </div>
</div> </div>