Skip to content

Commit

Permalink
[UI polish] Add plus icon to create button
Browse files Browse the repository at this point in the history
- To match other create buttons across app
  • Loading branch information
cee-chen committed Jun 22, 2021
1 parent b9a9376 commit 30bf9fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Synonyms: React.FC = () => {
}
),
rightSideItems: [
<EuiButton fill onClick={() => openModal(null)}>
<EuiButton fill iconType="plusInCircle" onClick={() => openModal(null)}>
{i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.synonyms.createSynonymSetButtonLabel',
{ defaultMessage: 'Create a synonym set' }
Expand Down

0 comments on commit 30bf9fb

Please sign in to comment.