adjust margins for view count and floating wallet balance

This commit is contained in:
Akinwale Ariwodola 2020-01-08 12:06:06 +01:00
parent 561aa0db9c
commit b6ab92a700
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,6 @@ const filePageStyle = StyleSheet.create({
titleRow: {
flexDirection: 'row',
marginTop: 12,
marginBottom: 2,
marginLeft: 12,
marginRight: 12,
alignItems: 'center',
@ -455,6 +454,7 @@ const filePageStyle = StyleSheet.create({
fontFamily: 'Inter-UI-Regular',
fontSize: 12,
color: Colors.DescriptionGrey,
marginTop: -6,
marginLeft: 12,
marginRight: 12,
},

View file

@ -46,8 +46,8 @@ const floatingButtonStyle = StyleSheet.create({
fontSize: 16,
},
bottomRight: {
right: 10,
bottom: 10,
right: 0,
bottom: 0,
},
rewardIcon: {
color: Colors.White,