Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Sep 29, 2020
1 parent ab306b0 commit e949cfd
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,21 +303,6 @@ export const Timeline: React.FC<Props> = ({ interval, yAxisFormatter, isVisible
);
};

const annotationStyle = {
line: {
strokeWidth: 3,
stroke: '#f00',
opacity: 0,
},
details: {
fontSize: 12,
fontFamily: 'Arial',
fontStyle: 'bold',
fill: 'gray',
padding: 0,
},
};

const TimelineContainer = euiStyled.div`
background-color: ${(props) => props.theme.eui.euiPageBackgroundColor};
border-top: 1px solid ${(props) => props.theme.eui.euiColorLightShade};
Expand Down

0 comments on commit e949cfd

Please sign in to comment.