From d9f77f6a0a93137bc2483207e9003d26db44cf68 Mon Sep 17 00:00:00 2001 From: Davide Da Rech Date: Fri, 24 Jul 2020 14:32:05 +0200 Subject: [PATCH] Add event line style prop for row component --- src/Timeline/Timeline.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Timeline/Timeline.js b/src/Timeline/Timeline.js index 326c3a5..342d8f9 100644 --- a/src/Timeline/Timeline.js +++ b/src/Timeline/Timeline.js @@ -64,7 +64,8 @@ const Row = ({ description: OriginalDescription = {}, time, icon, - pressAction + pressAction, + eventLineStyle = {}, } = event; // Determines whether or not the Row is clickable, and acts accordingly @@ -103,7 +104,7 @@ const Row = ({ {title}