diff options
Diffstat (limited to 'src/components/friends/InviteFriendTile.tsx')
-rw-r--r-- | src/components/friends/InviteFriendTile.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/friends/InviteFriendTile.tsx b/src/components/friends/InviteFriendTile.tsx index 2d2b8e04..96b73378 100644 --- a/src/components/friends/InviteFriendTile.tsx +++ b/src/components/friends/InviteFriendTile.tsx @@ -54,7 +54,6 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'space-between', height: normalize(42), - backgroundColor: 'thistle', }, label: { fontWeight: '500', |