Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Feb 14, 2023
1 parent dc68ac6 commit 22e3562
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Views/Snaps/SnapElement/SnapElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SnapElement = (snap: any) => {
<Button
label={'Execute Snap Method'}
onPress={executeSnapMethod}
variant={ButtonVariants.Tertiary}
variant={ButtonVariants.Primary}
size={ButtonSize.Sm}
style={styles.installBtn}
/>
Expand Down
2 changes: 2 additions & 0 deletions app/components/Views/Snaps/SnapElement/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const createStyles = (colors: any) =>
},
installBtn: {
marginHorizontal: 10,
width: '70%',
alignSelf: 'center',
},
button: {
flex: 1,
Expand Down
2 changes: 2 additions & 0 deletions app/components/Views/Snaps/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export const createStyles = (colors: any) =>
},
installBtn: {
marginHorizontal: 10,
width: '60%',
alignSelf: 'center',
},
button: {
flex: 1,
Expand Down

0 comments on commit 22e3562

Please sign in to comment.