mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -34,7 +34,7 @@ const TimelineCard = React.memo(
|
||||
<View style={styles.right}>
|
||||
<Text
|
||||
numberOfLines={2}
|
||||
style={[styles.rightTitle, { color: theme.primary }]}
|
||||
style={[styles.rightTitle, { color: theme.primaryDefault }]}
|
||||
testID='title'
|
||||
>
|
||||
{card.title}
|
||||
@ -42,7 +42,7 @@ const TimelineCard = React.memo(
|
||||
{card.description ? (
|
||||
<Text
|
||||
numberOfLines={1}
|
||||
style={[styles.rightDescription, { color: theme.primary }]}
|
||||
style={[styles.rightDescription, { color: theme.primaryDefault }]}
|
||||
testID='description'
|
||||
>
|
||||
{card.description}
|
||||
|
Reference in New Issue
Block a user