Skip to content

Commit ca57862

Browse files
committed
Updated styles for the span timeline points
1 parent d6af00b commit ca57862

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ function TimelineView({
902902
>
903903
{(ms) => (
904904
<motion.div
905-
className="-ml-[0.5px] h-4 w-[1px] rounded-none bg-text-dimmed"
905+
className="-ml-[0.5px] h-[0.5625rem] w-px rounded-none bg-text-dimmed"
906906
layoutId={`${node.id}-${event.name}`}
907907
/>
908908
)}
@@ -911,10 +911,11 @@ function TimelineView({
911911
<Timeline.Point
912912
key={eventIndex}
913913
ms={nanosecondsToMilliseconds(event.offset)}
914+
className="z-10"
914915
>
915916
{(ms) => (
916917
<motion.div
917-
className="border-1 -ml-1 h-2 w-2 rounded-full border-background-bright bg-text-dimmed"
918+
className="-ml-1 size-[0.3125rem] rounded-full border border-text-dimmed bg-background-bright"
918919
layoutId={`${node.id}-${event.name}`}
919920
/>
920921
)}

0 commit comments

Comments
 (0)