From 492c4482732fd744d807f5c7b046a1df28792f6e Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 18 Dec 2018 23:34:57 +0300 Subject: [PATCH] problems timeline: minor style fix --- src/panel-triggers/components/ProblemTimeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panel-triggers/components/ProblemTimeline.tsx b/src/panel-triggers/components/ProblemTimeline.tsx index 1829067..cb65193 100644 --- a/src/panel-triggers/components/ProblemTimeline.tsx +++ b/src/panel-triggers/components/ProblemTimeline.tsx @@ -6,7 +6,7 @@ const DEFAULT_OK_COLOR = 'rgb(56, 189, 113)'; const DEFAULT_PROBLEM_COLOR = 'rgb(215, 0, 0)'; const EVENT_POINT_SIZE = 20; const INNER_POINT_SIZE = 0.6; -const HIGHLIGHTED_POINT_SIZE = 1.2; +const HIGHLIGHTED_POINT_SIZE = 1.1; const EVENT_REGION_HEIGHT = Math.round(EVENT_POINT_SIZE * 0.6); export interface ProblemTimelineProps { @@ -74,7 +74,7 @@ export default class ProblemTimeline extends PureComponent