Skip to content

Commit 3973a07

Browse files
authored
fix timeline item title color in dark mode (#12) @robinheinze
1 parent 47148ce commit 3973a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/TimelineItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function TimelineItem({
6161
style={[
6262
$titleText(themeName),
6363
isImportant && $titleTextImportant(themeName),
64-
{ color: titleColor },
64+
titleColor && { color: titleColor },
6565
]}
6666
numberOfLines={1}
6767
>

0 commit comments

Comments
 (0)