Skip to content

Commit

Permalink
FIX: Correcting difficulty icon alignment
Browse files Browse the repository at this point in the history
Centering icon
  • Loading branch information
diogosilverio committed Feb 4, 2018
1 parent 343cca9 commit 5a1bfa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ui/DeckItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const styles = StyleSheet.create({
},
diffContainer: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
infoContainer: {
flex: 3,
Expand Down

0 comments on commit 5a1bfa8

Please sign in to comment.