The in-progress stripes are much more subtle

This commit is contained in:
Matt Aitken
2024-03-25 16:20:51 +00:00
parent 4266b308e7
commit b890a64046
@@ -754,7 +754,7 @@ function SpanWithDuration({
>
{node.data.isPartial && (
<div
className="absolute left-0 top-0 h-full w-full animate-tile-scroll rounded-sm opacity-50"
className="absolute left-0 top-0 h-full w-full animate-tile-scroll rounded-sm opacity-30"
style={{ backgroundImage: `url(${tileBgPath})`, backgroundSize: "8px 8px" }}
/>
)}