From 43d34b2797d0447071f8fbe25c02fabfaa259e32 Mon Sep 17 00:00:00 2001 From: Axel Clark Date: Sun, 30 Dec 2018 13:08:15 -0500 Subject: [PATCH] Update styles for DeleteRoundButton --- components/DeleteRoundButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/DeleteRoundButton.js b/components/DeleteRoundButton.js index 5f3caba..f2a4f51 100644 --- a/components/DeleteRoundButton.js +++ b/components/DeleteRoundButton.js @@ -1,6 +1,5 @@ import React from 'react' import { View, TouchableOpacity, Text, StyleSheet } from 'react-native' -import { Icon } from 'expo' import { Mutation } from 'react-apollo'; import gql from 'graphql-tag'; @@ -71,6 +70,8 @@ const styles = StyleSheet.create({ backgroundColor: Colors.errorBackground, justifyContent: 'center', maxWidth: Sizes.huge, + marginBottom: Sizes.extraSmall, + marginTop: Sizes.extraSmall, }, text: { flex: 0,