Skip to content

Commit

Permalink
[APM] Update annotation icon for service.version (#54428) (#54435)
Browse files Browse the repository at this point in the history
Updating the service version annotation icon in the chart and legend

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
formgeist and elasticmachine authored Jan 10, 2020
1 parent 6f9f68c commit f4be49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function AnnotationsPlot(props: Props) {
</EuiFlexGroup>
}
>
<EuiIcon type="tag" color={theme.euiColorSecondary} />
<EuiIcon type="dot" color={theme.euiColorSecondary} />
</EuiToolTip>
</div>
))}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function Legends({
}
indicator={() => (
<div style={{ marginRight: px(units.quarter) }}>
<EuiIcon type="tag" color={theme.euiColorSecondary} />
<EuiIcon type="annotation" color={theme.euiColorSecondary} />
</div>
)}
disabled={!showAnnotations}
Expand Down

0 comments on commit f4be49f

Please sign in to comment.