From 5a1bfa8371db263b6156957c8b20d024db064e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Silv=C3=A9rio?= Date: Sun, 4 Feb 2018 00:49:47 -0200 Subject: [PATCH] FIX: Correcting difficulty icon alignment Centering icon --- components/ui/DeckItem.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ui/DeckItem.js b/components/ui/DeckItem.js index 856e892..f15080f 100644 --- a/components/ui/DeckItem.js +++ b/components/ui/DeckItem.js @@ -44,6 +44,8 @@ const styles = StyleSheet.create({ }, diffContainer: { flex: 1, + justifyContent: 'center', + alignItems: 'center' }, infoContainer: { flex: 3,