Skip to content

Commit

Permalink
chore: better reward cta button by minWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlethanh committed Jul 15, 2024
1 parent 534bbb3 commit 8319760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/wallet/src/features/Loyalty/ActionCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ const styles = StyleSheet.create({
fontWeight: '500',
},
ctaButton: {
minWidth: 86,
borderRadius: 8,
paddingVertical: 8,
paddingHorizontal: 28,
paddingHorizontal: 20,
},
});

Expand Down

0 comments on commit 8319760

Please sign in to comment.