fix(terminal): update text color for terminal availability message and improve readability
This commit is contained in:
parent
c9ddda8ed2
commit
d3059d5514
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue