From 3a2f3f8e3ccdfd6dec6b7a901a8bb8a326e466eb 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 234c42c..519e7ce 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, }, });