Fixed padding in transaction list. #1880

This commit is contained in:
Audrius Molis 2017-11-04 15:08:19 +02:00 committed by Oskar Thorén
parent 190e841f32
commit 11cf29ec79
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,8 @@
(defstyle amount-time
{:flex-direction :row
:justify-content :space-between
:padding-right 22
:padding-left 17
:ios {:padding-top 13}
:android {:padding-top 14}})
@ -71,6 +73,8 @@
(def address-row
{:flex-direction :row
:padding-right 22
:padding-left 17
:padding-top 4})
(def address-item