Browse Source

Fixed image alignement

Arnaud Vergnet 4 years ago
parent
commit
b5d2f686dd
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/components/Home/ActionsDashboardItem.js

+ 3
- 1
src/components/Home/ActionsDashboardItem.js View File

@@ -58,7 +58,9 @@ const styles = StyleSheet.create({
58 58
         borderWidth: 1,
59 59
     },
60 60
     avatar: {
61
-        backgroundColor: 'transparent'
61
+        backgroundColor: 'transparent',
62
+        marginTop: 'auto',
63
+        marginBottom: 'auto',
62 64
     },
63 65
     list: {
64 66
         // height: 50,

Loading…
Cancel
Save