Skip to content

Commit 31c2ea1

Browse files
committed
Adds hover state color to row left border
1 parent 6c65ced commit 31c2ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/logs/LogsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function getLevelBorderColor(level: LogEntry["level"]): string {
8686
case "TRACE":
8787
case "LOG":
8888
default:
89-
return "border-l-transparent";
89+
return "border-l-transparent hover:border-l-charcoal-800";
9090
}
9191
}
9292

0 commit comments

Comments
 (0)