fix can't unpin message from popup (#13988)

This commit is contained in:
Parvesh Monu 2022-09-13 22:13:16 +05:30 committed by GitHub
parent aa0d9ba41f
commit 8205368e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
(defn pin-limit-popover []
(let [{:keys [message]} (<sub [:popover/popover])]
[react/view
[react/view {:style {:flex-shrink 1}}
[react/view {:style {:height 60
:justify-content :center}}
[react/text {:style {:padding-horizontal 40
@ -85,4 +85,4 @@
:type :secondary
:disabled (nil? @selected-unpin)
:theme (if (nil? @selected-unpin) :disabled :negative)}
(i18n/label :t/unpin)]]]))
(i18n/label :t/unpin)]]]))