Uodated popover components mobile design

• Updated:
- popover components mobile design with cancel button at the bottom

• Added:
-CommentSortingOptionsPopover subtitles for options for more clarity
This commit is contained in:
mgabdev
2020-07-06 15:13:44 -05:00
parent 4fbd606a44
commit 7e3d4d009d
10 changed files with 216 additions and 83 deletions

View File

@@ -278,7 +278,11 @@ class EmojiPickerPopover extends ImmutablePureComponent {
const { loading } = this.state
return (
<PopoverLayout width={340} isXS={isXS}>
<PopoverLayout
width={340}
isXS={isXS}
onClose={this.onHideDropdown}
>
<EmojiPickerMenu
customEmojis={customEmojis}
loading={loading}