From dbb9a96c94bd69f1bff5a72f887ffcd0e8f997b2 Mon Sep 17 00:00:00 2001 From: Grzegorz Gawrysiak Date: Sat, 3 Mar 2018 12:16:32 +0100 Subject: [PATCH] fix: align card actions to the left (#262) --- src/components/Card/CardActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card/CardActions.js b/src/components/Card/CardActions.js index 234c42c930..519e7ce77c 100644 --- a/src/components/Card/CardActions.js +++ b/src/components/Card/CardActions.js @@ -49,7 +49,7 @@ const styles = StyleSheet.create({ container: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'flex-end', + justifyContent: 'flex-start', padding: 4, }, });