We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4266b30 commit b890a64Copy full SHA for b890a64
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx
@@ -754,7 +754,7 @@ function SpanWithDuration({
754
>
755
{node.data.isPartial && (
756
<div
757
- 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"
758
style={{ backgroundImage: `url(${tileBgPath})`, backgroundSize: "8px 8px" }}
759
/>
760
)}
0 commit comments