diff options
Diffstat (limited to 'src/components/taggs/TwitterTaggPost.tsx')
-rw-r--r-- | src/components/taggs/TwitterTaggPost.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/taggs/TwitterTaggPost.tsx b/src/components/taggs/TwitterTaggPost.tsx index e2dca115..2b064610 100644 --- a/src/components/taggs/TwitterTaggPost.tsx +++ b/src/components/taggs/TwitterTaggPost.tsx @@ -179,8 +179,9 @@ const styles = StyleSheet.create({ image: { width: SCREEN_WIDTH - 20, height: SCREEN_WIDTH - 20, - backgroundColor: '#eee', + backgroundColor: '#1d0034', borderRadius: 15, + resizeMode: 'contain', }, // footer footer: { |