From 679a8c25b2a025030d93a3334c89c0ffebd50f75 Mon Sep 17 00:00:00 2001 From: Kornilovich Mikhail Date: Sun, 15 Sep 2024 16:37:30 +0500 Subject: [PATCH] mini timline fix --- .../overlay/src/components/organisms/holder/TimeLine.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/overlay/src/components/organisms/holder/TimeLine.tsx b/src/frontend/overlay/src/components/organisms/holder/TimeLine.tsx index 9c8e8338..aa93a864 100644 --- a/src/frontend/overlay/src/components/organisms/holder/TimeLine.tsx +++ b/src/frontend/overlay/src/components/organisms/holder/TimeLine.tsx @@ -36,7 +36,6 @@ const TimeLineContainer = styled.div` width: 100%; border-top-right-radius: ${c.TIMELINE_BORDER_RADIUS}; border-top-left-radius: ${c.TIMELINE_BORDER_RADIUS}; - border-bottom-right-radius: ${c.TIMELINE_BORDER_RADIUS};; display: grid; height: ${c.TIMELINE_WRAP_HEIGHT}px; background-color: ${props => props.color};