File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const variants = {
7
7
small :
8
8
"grid place-items-center rounded-full px-[0.4rem] h-4 tracking-wider text-xxs bg-background-dimmed text-text-dimmed uppercase whitespace-nowrap" ,
9
9
"extra-small" :
10
- "grid place-items-center rounded-full px-1.5 h-4 border-tracking-wider text-xxs bg-background-bright text-blue-500 whitespace-nowrap" ,
10
+ "grid place-items-center border border-charcoal-650 rounded-sm px-1 h-4 border-tracking-wider text-xxs bg-background-bright text-blue-500 whitespace-nowrap" ,
11
11
outline :
12
12
"grid place-items-center rounded-sm px-1.5 h-5 tracking-wider text-xxs border border-dimmed text-text-dimmed uppercase whitespace-nowrap" ,
13
13
"outline-rounded" :
Original file line number Diff line number Diff line change @@ -612,9 +612,7 @@ function TasksTreeView({
612
612
className = "h-4 min-h-4 w-4 min-w-4"
613
613
/>
614
614
< NodeText node = { node } />
615
- { node . data . isRoot && ! rootRun && (
616
- < Badge variant = "outline-rounded" > Root</ Badge >
617
- ) }
615
+ { node . data . isRoot && ! rootRun && < Badge variant = "extra-small" > Root</ Badge > }
618
616
</ div >
619
617
< div className = "flex items-center gap-1" >
620
618
< NodeStatusIcon node = { node } />
@@ -660,7 +658,7 @@ function TasksTreeView({
660
658
/>
661
659
</ ResizablePanel >
662
660
</ ResizablePanelGroup >
663
- < div className = "flex items-center justify-between gap-2 border-t border-grid-dimmed px-2 " >
661
+ < div className = "flex items-center justify-between gap-2 border-t border-grid-dimmed px-4 " >
664
662
< div className = "grow @container" >
665
663
< div className = "hidden items-center gap-4 @[42rem]:flex" >
666
664
< KeyboardShortcuts
You can’t perform that action at this time.
0 commit comments