Skip to content

Commit

Permalink
modify icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed May 4, 2020
1 parent df3ab1e commit a2bcf94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FitToData: React.FunctionComponent<Props> = ({ layerList, fitToBoun
className="mapToolbarOverlay__button"
onClick={fitToBounds}
data-test-subj="fitToData"
iconType="search"
iconType="expand"
color="text"
aria-label={i18n.translate('xpack.maps.fitToData.fitButtonLabel', {
defaultMessage: 'Fit to data bounds',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class TOCEntryActionsPopover extends Component<Props, State> {
name: i18n.translate('xpack.maps.layerTocActions.fitToDataTitle', {
defaultMessage: 'Fit to data',
}),
icon: <EuiIcon type="search" size="m" />,
icon: <EuiIcon type="expand" size="m" />,
'data-test-subj': 'fitToBoundsButton',
toolTipContent: this.state.supportsFitToBounds
? null
Expand Down

0 comments on commit a2bcf94

Please sign in to comment.