improvement: make results look better

This commit is contained in:
Scott Wilson
2025-02-03 18:29:38 -08:00
parent a6414104ad
commit 92c4d83714

View File

@@ -240,7 +240,7 @@ const Content = ({
return (
<div className="w-full">
<div className="mb-2">Results</div>
<div className="mb-4 flex flex-col divide-y divide-mineshaft-600 rounded">
<div className="mb-4 flex flex-col divide-y divide-mineshaft-600 rounded bg-mineshaft-900 px-3 py-2">
{moveResults.map(({ id, name, status, message }) => {
let className: string;
let icon: IconDefinition;