Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 03:16:58 +00:00
co-authored by renee-png
parent 4bb151d205
commit cc49f6717c
+1 -1
View File
@@ -307,7 +307,7 @@ function EventRow({ evt, showDate }: { evt: Evt; showDate?: boolean }) {
<Icon
className={cn(
"h-4 w-4 mt-0.5 shrink-0",
evt.kind === "hearing" ? "text-amber-600" : "text-primary",
evt.kind === "hearing" ? "text-destructive" : "text-primary",
)}
/>
<div className="min-w-0 flex-1">