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