Skip to content

Commit

Permalink
[Misc UI polish] Add (+) icon to Index documents button
Browse files Browse the repository at this point in the history
- to match other create page header buttons
  • Loading branch information
cee-chen committed Jun 23, 2021
1 parent fba82ef commit fd62872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const DocumentCreationButton: React.FC = () => {
<>
<EuiButton
fill
color="primary"
iconType="plusInCircle"
data-test-subj="IndexDocumentsButton"
onClick={showCreationModes}
>
Expand Down

0 comments on commit fd62872

Please sign in to comment.