fix: button width (#20792)

* fix: button width (#20792)
This commit is contained in:
Omar Basem 2024-07-19 08:13:50 +04:00 committed by GitHub
parent 59374543ef
commit 21cc8a199a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,9 @@
:padding-horizontal 20}
container-style))
(def button-container
{:flex-grow 1})
(def description-top
{:flex-direction :row
:align-items :center

View File

@ -79,6 +79,7 @@
[button/button
(merge
{:size 40
:container-style style/button-container
:background (when (or blur? scroll?) :blur)
:theme theme
:accessibility-label :button-two}
@ -87,6 +88,7 @@
[button/button
(merge
{:size 40
:container-style style/button-container
:background (when (or blur? scroll?) :blur)
:theme theme
:accessibility-label :button-one}