Skip to content

Commit 79af1dc

Browse files
committed
Fix text color
1 parent a42d95a commit 79af1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/speakers/[id]/long-session-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function LongSessionCard({
106106
// ideally, we'd display the duration of the video, not the projected duration of the talk
107107
<div className="flex shrink-0 items-center gap-0.5">
108108
<ClockIcon className="size-3" />
109-
<span className="typography-body-xs text-neu-600">
109+
<span className="typography-body-xs text-neu-800">
110110
{Math.round(eventDurationMs / (1000 * 60))} min
111111
</span>
112112
</div>

0 commit comments

Comments
 (0)