diff options
Diffstat (limited to 'src/components/taggs/TaggPost.tsx')
-rw-r--r-- | src/components/taggs/TaggPost.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/taggs/TaggPost.tsx b/src/components/taggs/TaggPost.tsx index 6ad9158b..f587506f 100644 --- a/src/components/taggs/TaggPost.tsx +++ b/src/components/taggs/TaggPost.tsx @@ -60,8 +60,9 @@ const styles = StyleSheet.create({ imageWithMargin: { width: SCREEN_WIDTH, height: SCREEN_WIDTH, - backgroundColor: '#eee', + backgroundColor: '#1d0034', marginBottom: 30, + resizeMode: 'contain', }, textContianer: {marginBottom: 50, paddingHorizontal: 10}, text: { |