Skip to content

Commit

Permalink
updating waffle icon and toggle style (#108758) (#108816)
Browse files Browse the repository at this point in the history
Co-authored-by: Kate Farrar <katherine.farrar@elastic.co>
  • Loading branch information
kibanamachine and katefarrar authored Aug 17, 2021
1 parent 66b7889 commit 4791790
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ViewSwitcher = ({ view, onChange }: Props) => {
label: i18n.translate('xpack.infra.viewSwitcher.mapViewLabel', {
defaultMessage: 'Map view',
}),
iconType: 'apps',
iconType: 'grid',
},
{
id: 'table',
Expand All @@ -37,7 +37,7 @@ export const ViewSwitcher = ({ view, onChange }: Props) => {
defaultMessage: 'Switch between table and map view',
})}
options={buttons}
color="text"
color="primary"
buttonSize="m"
idSelected={view}
onChange={onChange}
Expand Down

0 comments on commit 4791790

Please sign in to comment.