Skip to content

Commit

Permalink
Misc Source Engines UI polish
Browse files Browse the repository at this point in the history
- move away from color=secondary, EUI is eventually deprecating it
- add (+) icon to match other views
  • Loading branch information
cee-chen committed Jun 22, 2021
1 parent 5fcf040 commit 3463dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AddSourceEnginesButton: React.FC = () => {
const { openModal } = useActions(SourceEnginesLogic);

return (
<EuiButton color="secondary" fill onClick={openModal}>
<EuiButton fill iconType="plusInCircle" onClick={openModal}>
{ADD_SOURCE_ENGINES_BUTTON_LABEL}
</EuiButton>
);
Expand Down

0 comments on commit 3463dde

Please sign in to comment.