File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/webapp/app/components/code Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1008,10 +1008,10 @@ export const TSQLResultsTable = memo(function TSQLResultsTable({
10081008 onMouseDown = { header . getResizeHandler ( ) }
10091009 onTouchStart = { header . getResizeHandler ( ) }
10101010 className = { cn (
1011- "absolute right-0 top-0 h-full w-1 cursor-col-resize touch-none select-none" ,
1011+ "absolute right-0 top-0 h-full w-0.5 cursor-col-resize touch-none select-none" ,
10121012 "opacity-0 group-hover/header:opacity-100" ,
1013- "bg-charcoal-600 hover:bg-primary " ,
1014- header . column . getIsResizing ( ) && "bg-primary opacity-100"
1013+ "bg-charcoal-600 hover:bg-indigo-500 " ,
1014+ header . column . getIsResizing ( ) && "bg-indigo-500 opacity-100"
10151015 ) }
10161016 />
10171017 </ th >
@@ -1105,8 +1105,8 @@ export const TSQLResultsTable = memo(function TSQLResultsTable({
11051105 className = { cn (
11061106 "absolute right-0 top-0 h-full w-1 cursor-col-resize touch-none select-none" ,
11071107 "opacity-0 group-hover/header:opacity-100" ,
1108- "bg-charcoal-600 hover:bg-primary " ,
1109- header . column . getIsResizing ( ) && "bg-primary opacity-100"
1108+ "bg-charcoal-600 hover:bg-indigo-500 " ,
1109+ header . column . getIsResizing ( ) && "bg-indigo-500 opacity-100"
11101110 ) }
11111111 />
11121112 </ th >
You can’t perform that action at this time.
0 commit comments