Fix wallet action buttons alignment (#21514)
* fix: wallet-ctas dynamic spacing * fix: updated bridge icon according to designs
This commit is contained in:
parent
2e42da5996
commit
077b885617
Binary file not shown.
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 810 B |
Binary file not shown.
Before Width: | Height: | Size: 1001 B After Width: | Height: | Size: 1.3 KiB |
|
@ -3,12 +3,12 @@
|
|||
|
||||
(def inner-container
|
||||
{:flex-direction :row
|
||||
:justify-content :center
|
||||
:justify-content :space-between
|
||||
:flex 1})
|
||||
|
||||
(def button-container
|
||||
{:padding-vertical 8
|
||||
:width 77.75
|
||||
:flex 1
|
||||
:justify-content :center
|
||||
:align-items :center})
|
||||
|
||||
|
|
Loading…
Reference in New Issue