Skip to content

Commit

Permalink
Update styles for DeleteRoundButton
Browse files Browse the repository at this point in the history
  • Loading branch information
axelclark committed Dec 30, 2018
1 parent 4f17109 commit 43d34b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/DeleteRoundButton.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 43d34b2

Please sign in to comment.