Skip to content

Commit ca63722

Browse files
committed
fix: photo selector confirm button space
1 parent 22c85eb commit ca63722

File tree

1 file changed

+1
-1
lines changed
  • src/status_im/contexts/chat/messenger/photo_selector

1 file changed

+1
-1
lines changed

src/status_im/contexts/chat/messenger/photo_selector/style.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[bottom-inset]
88
{:left 0
99
:right 0
10-
:height (+ bottom-inset (if platform/ios? 65 85))
10+
:height (+ bottom-inset (if platform/ios? 51 85))
1111
:position :absolute
1212
:bottom 0})
1313

0 commit comments

Comments
 (0)