Skip to content

Commit 27b0f58

Browse files
committed
chore: empty button icon added
1 parent a668cc2 commit 27b0f58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Pages/App/CreateAppModal/AppClone/AppCloneList.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ import { useState } from 'react'
22

33
import {
44
Button,
5-
ButtonStyleType,
6-
ButtonVariantType,
75
ComponentSizeType,
86
DetectBottom,
97
GenericInfoCardBorderVariant,
108
GenericInfoCardListing,
119
GenericInfoListSkeleton,
10+
Icon,
1211
SearchBar,
1312
useStateFilters,
1413
} from '@devtron-labs/devtron-fe-common-lib'
@@ -49,9 +48,7 @@ export const AppCloneList = ({ handleCloneAppClick, isJobView, handleCreationMet
4948
dataTestId="create-app-modal-create-from-scratch-btn"
5049
text="Create from scratch"
5150
onClick={handleCreateFromScratch}
52-
size={ComponentSizeType.medium}
53-
variant={ButtonVariantType.primary}
54-
style={ButtonStyleType.default}
51+
startIcon={<Icon name="ic-new" color={null} />}
5552
/>
5653
)
5754

0 commit comments

Comments
 (0)