diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-18 12:13:40 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-18 12:13:40 -0700 |
commit | ab97d0e0f0dff6ac4fc334fe12b9b93f0c8fc8c4 (patch) | |
tree | 53c2d18845b2bfc9779fac64e3bc18bc04b18dba | |
parent | fe5ff5ec516302811b7323cadf8e3dd0939beea4 (diff) |
removed thistle color
-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', |