Skip to content

Commit b890a64

Browse files
committed
The in-progress stripes are much more subtle
1 parent 4266b30 commit b890a64

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ function SpanWithDuration({
754754
>
755755
{node.data.isPartial && (
756756
<div
757-
className="absolute left-0 top-0 h-full w-full animate-tile-scroll rounded-sm opacity-50"
757+
className="absolute left-0 top-0 h-full w-full animate-tile-scroll rounded-sm opacity-30"
758758
style={{ backgroundImage: `url(${tileBgPath})`, backgroundSize: "8px 8px" }}
759759
/>
760760
)}

0 commit comments

Comments
 (0)