Fixed UI glitch when switching to wallet tab on iOS
This commit is contained in:
parent
d3d59f535e
commit
1a6bfd06a6
|
@ -20,7 +20,10 @@
|
||||||
:color "#2f3031"}
|
:color "#2f3031"}
|
||||||
:transaction {:height 20
|
:transaction {:height 20
|
||||||
:bar-style "light-content"
|
:bar-style "light-content"
|
||||||
:color styles/color-transparent}}
|
:color styles/color-transparent}
|
||||||
|
:wallet {:height 20
|
||||||
|
:bar-style "light-content"
|
||||||
|
:color styles/color-blue5}}
|
||||||
:sized-text {:margin-top -5
|
:sized-text {:margin-top -5
|
||||||
:additional-height 5}
|
:additional-height 5}
|
||||||
:actions-list-view {:border-bottom-color styles/color-gray3
|
:actions-list-view {:border-bottom-color styles/color-gray3
|
||||||
|
|
Loading…
Reference in New Issue