Skip to content

Commit

Permalink
Replace EuiButton to EuiSmallButton in repositories page (#1142)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <[email protected]>
Co-authored-by: Sandeep Kumawat <[email protected]>
(cherry picked from commit e6acf54)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Sandeep Kumawat committed Aug 22, 2024
1 parent 14e4662 commit 22bb351
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class Repositories extends MDSEnabledComponent<RepositoriesProps, Reposit

const renderToolsLeft = () => {
return [
<EuiButton
<EuiSmallButton
iconType="trash"
iconSide="left"
iconSize="s"
Expand All @@ -277,11 +277,10 @@ export class Repositories extends MDSEnabledComponent<RepositoriesProps, Reposit
data-test-subj="deleteButton"
aria-label="delete"
color="danger"
size="s"
minWidth={75}
>
Delete
</EuiButton>,
</EuiSmallButton>,
];
};

Expand Down

0 comments on commit 22bb351

Please sign in to comment.