chore(web): solver output error style

This commit is contained in:
2026-08-22 22:36:46 +02:00
parent ab7c9b5670
commit 4ed16d404f
+1 -1
View File
@@ -101,7 +101,7 @@
</table> </table>
</div> </div>
{:catch e} {:catch e}
<div class="rounded-lg border border-red-200 bg-red-50 p-4 text-red-700"> <div class="rounded-lg border border-red-400 bg-gray-800 p-4 text-red-400">
{e} {e}
</div> </div>
{/await} {/await}