mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 13:25:43 +00:00
parent
59374543ef
commit
21cc8a199a
@ -30,6 +30,9 @@
|
|||||||
:padding-horizontal 20}
|
:padding-horizontal 20}
|
||||||
container-style))
|
container-style))
|
||||||
|
|
||||||
|
(def button-container
|
||||||
|
{:flex-grow 1})
|
||||||
|
|
||||||
(def description-top
|
(def description-top
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
:align-items :center
|
:align-items :center
|
||||||
|
@ -79,6 +79,7 @@
|
|||||||
[button/button
|
[button/button
|
||||||
(merge
|
(merge
|
||||||
{:size 40
|
{:size 40
|
||||||
|
:container-style style/button-container
|
||||||
:background (when (or blur? scroll?) :blur)
|
:background (when (or blur? scroll?) :blur)
|
||||||
:theme theme
|
:theme theme
|
||||||
:accessibility-label :button-two}
|
:accessibility-label :button-two}
|
||||||
@ -87,6 +88,7 @@
|
|||||||
[button/button
|
[button/button
|
||||||
(merge
|
(merge
|
||||||
{:size 40
|
{:size 40
|
||||||
|
:container-style style/button-container
|
||||||
:background (when (or blur? scroll?) :blur)
|
:background (when (or blur? scroll?) :blur)
|
||||||
:theme theme
|
:theme theme
|
||||||
:accessibility-label :button-one}
|
:accessibility-label :button-one}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user