From c1d671186176147d3b394f0d7d3564360287ab72 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 17 Feb 2020 00:01:17 +0800 Subject: [PATCH] fix shriking of icon when narrow seg --- src/TimelineSeg.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TimelineSeg.jsx b/src/TimelineSeg.jsx index a3be422e..2ce8db4f 100644 --- a/src/TimelineSeg.jsx +++ b/src/TimelineSeg.jsx @@ -73,10 +73,10 @@ const TimelineSeg = ({ initial={{ scale: 0 }} animate={{ scale: 1 }} exit={{ scale: 0 }} - style={{ width: 16, height: 16 }} + style={{ width: 16, height: 16, flexShrink: 1 }} >