fix: align card actions to the left (#262)

This commit is contained in:
Grzegorz Gawrysiak
2018-03-03 12:16:32 +01:00
committed by Satyajit Sahoo
parent 228749346c
commit 3a2f3f8e3c

View File

@@ -49,7 +49,7 @@ const styles = StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'flex-end',
justifyContent: 'flex-start',
padding: 4,
},
});