Skip to content

Commit

Permalink
fix: align card actions to the left (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and satya164 committed Mar 3, 2018
1 parent 2287493 commit 3a2f3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/CardActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const styles = StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'flex-end',
justifyContent: 'flex-start',
padding: 4,
},
});
Expand Down

0 comments on commit 3a2f3f8

Please sign in to comment.