diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-04 16:58:40 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-09 14:27:21 -0500 |
commit | c9a8f87a29e12bfb78939fa9a94b6f8919b04836 (patch) | |
tree | 61036e1603a5de42c33825d786d9e787addb4012 /src/components/common | |
parent | f28ef2d4ac61475d7bd9728634b80f7c0760ff58 (diff) |
refactored header styles
# Conflicts:
# src/components/common/FriendsButton.tsx
# src/screens/profile/FriendsListScreen.tsx
# src/screens/profile/MomentCommentsScreen.tsx
Diffstat (limited to 'src/components/common')
-rw-r--r-- | src/components/common/FriendsButton.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/common/FriendsButton.tsx b/src/components/common/FriendsButton.tsx index c7f56e2d..243a551d 100644 --- a/src/components/common/FriendsButton.tsx +++ b/src/components/common/FriendsButton.tsx @@ -78,7 +78,6 @@ const styles = StyleSheet.create({ borderRadius: 3, marginRight: '2%', marginLeft: '1%', - padding: 0, backgroundColor: 'transparent', }, requestedButtonTitle: { |