update ui
This commit is contained in:
@@ -48,7 +48,7 @@ const HorizontalDynamicNewsEventCard = ({
|
||||
onTitleClick,
|
||||
onToggleFollow,
|
||||
timelineStyle,
|
||||
borderColor,
|
||||
borderColor: timelineBorderColor,
|
||||
indicatorSize = 'comfortable',
|
||||
layout = 'vertical',
|
||||
}) => {
|
||||
@@ -102,7 +102,7 @@ const HorizontalDynamicNewsEventCard = ({
|
||||
<EventTimeline
|
||||
createdAt={event.created_at}
|
||||
timelineStyle={timelineStyle}
|
||||
borderColor={borderColor}
|
||||
borderColor={timelineBorderColor}
|
||||
minHeight={layout === 'four-row' ? '60px' : 0}
|
||||
importance={importance}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user