Skip to content

Commit 1cb13de

Browse files
committed
chore: Replaced icon xxs-small instead of xs from node
1 parent d1c04ce commit 1cb13de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Common/DeleteCINodeButton/DeleteCINodeButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import { useState } from 'react'
18-
1918
import { ERROR_STATUS_CODE } from '@Common/Constants'
2019
import { Button, ButtonStyleType, ButtonVariantType, DeleteConfirmationModal } from '@Shared/Components'
2120
import { ComponentSizeType, DeleteComponentsName } from '@Shared/constants'
@@ -105,7 +104,7 @@ export const DeleteCINodeButton = ({
105104
ariaLabel="Delete pipeline"
106105
variant={ButtonVariantType.borderLess}
107106
dataTestId={testId}
108-
size={ComponentSizeType.xs}
107+
size={ComponentSizeType.xxs_small_icon}
109108
showAriaLabelInTippy
110109
onClick={onClickDeleteShowModal}
111110
style={ButtonStyleType.negativeGrey}

0 commit comments

Comments
 (0)