Fix bottom spacing on image selector (#14612)

This commit is contained in:
Ibrahem Khalil 2022-12-23 10:33:01 +02:00 committed by GitHub
parent 8ff32f4fc3
commit d9e8fea14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{:width "100%"
:height (+ (:bottom safe-area) 65)
:position :absolute
:bottom (if platform/ios? 0 80)})
:bottom (if platform/ios? 0 65)})
(defn buttons-container
[safe-area]