mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Fixed padding in transaction list. #1880
This commit is contained in:
parent
190e841f32
commit
11cf29ec79
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user