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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user