Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Replace share text with an image on iOS #242

Merged
merged 17 commits into from
Oct 3, 2019
Merged
Prev Previous commit
Next Next commit
👌🏻 Removed the hard coded values (replaced with theme values)
  • Loading branch information
James Pearson committed Oct 3, 2019
commit 71a526ae31bd6be74b1e3804d35db9019146b80f
4 changes: 2 additions & 2 deletions App/Screens/ShareScreen/ShareScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ const styles = StyleSheet.create({
},

buttonContainer: {
paddingVertical: 20
paddingVertical: theme.spacing.normal
},

button: {
paddingHorizontal: 10
paddingHorizontal: theme.spacing.mini
},

imageContainer: {
Expand Down