Skip to content

Commit

Permalink
Update create meta engine button to match create engine (#96884) (#96906
Browse files Browse the repository at this point in the history
)

Co-authored-by: Constance <[email protected]>
  • Loading branch information
kibanamachine and Constance authored Apr 13, 2021
1 parent 7c90ce9 commit f3fafa4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ export const EnginesOverview: React.FC = () => {
<EuiPageContentHeaderSection>
{canManageEngines && (
<EuiButtonTo
color="primary"
fill
color="secondary"
size="s"
iconType="plusInCircle"
data-test-subj="appSearchEnginesMetaEngineCreationButton"
to={META_ENGINE_CREATION_PATH}
>
Expand Down

0 comments on commit f3fafa4

Please sign in to comment.