Skip to content

Commit

Permalink
feat(INJI-299): add gradient button type
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusingh committed Oct 20, 2023
1 parent 4e9aa6a commit e1cd264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/Home/MyVcs/AddVcModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const AddVcModal: React.FC<AddVcModalProps> = props => {
customHeight={250}>
<Column>
<Button
type="gradient"
title={t('confirmationDialog.wait')}
onPress={controller.WAIT}
margin={[0, 0, 8, 0]}
Expand Down

0 comments on commit e1cd264

Please sign in to comment.