Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
4bb151d205
commit
cc49f6717c
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user