diff --git a/src/lib/components/Timeline/TimelineBody.tsx b/src/lib/components/Timeline/TimelineBody.tsx index 68e37f3b3..882b3a8d8 100644 --- a/src/lib/components/Timeline/TimelineBody.tsx +++ b/src/lib/components/Timeline/TimelineBody.tsx @@ -16,8 +16,8 @@ export const TimelineBody: FC = ({ children, className, theme const theme = mergeDeep(useTheme().theme.timeline.item.content, customTheme).body; return ( -

+

{children} -

+
); };