File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/webapp/app/components/runs/v3 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export function SpanCodePathAccessory({
7575 < span className = { cn ( "truncate" , "text-text-dimmed" ) } > { item . text } </ span >
7676 { index < accessory . items . length - 1 && (
7777 < span className = "text-text-dimmed" >
78- < ChevronRightIcon className = "h-4 w -4" />
78+ < ChevronRightIcon className = "size -4" />
7979 </ span >
8080 ) }
8181 </ Fragment >
@@ -155,12 +155,12 @@ export function eventBorderClassName(event: RunEvent) {
155155
156156 switch ( event . level ) {
157157 case "TRACE" : {
158- return backgroundClassNameForVariant ( event . style . variant , event . isPartial ) ;
158+ return borderClassNameForVariant ( event . style . variant , event . isPartial ) ;
159159 }
160160 case "LOG" :
161161 case "INFO" :
162162 case "DEBUG" : {
163- return backgroundClassNameForVariant ( event . style . variant , event . isPartial ) ;
163+ return borderClassNameForVariant ( event . style . variant , event . isPartial ) ;
164164 }
165165 case "WARN" : {
166166 return "border-amber-400" ;
@@ -169,7 +169,7 @@ export function eventBorderClassName(event: RunEvent) {
169169 return "border-error" ;
170170 }
171171 default : {
172- return backgroundClassNameForVariant ( event . style . variant , event . isPartial ) ;
172+ return borderClassNameForVariant ( event . style . variant , event . isPartial ) ;
173173 }
174174 }
175175}
You can’t perform that action at this time.
0 commit comments