File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,7 @@ const AppIconPicker: FC<AppIconPickerProps> = ({
127
127
</ div >
128
128
</ div > }
129
129
130
- < Divider className = 'm-0' />
131
-
132
- < EmojiPickerInner className = { activeTab === 'emoji' ? 'block' : 'hidden' } onSelect = { handleSelectEmoji } />
130
+ < EmojiPickerInner className = { cn ( activeTab === 'emoji' ? 'block' : 'hidden' , 'pt-2' ) } onSelect = { handleSelectEmoji } />
133
131
< Uploader className = { activeTab === 'image' ? 'block' : 'hidden' } onImageCropped = { handleImageCropped } onUpload = { handleUpload } />
134
132
135
133
< Divider className = 'm-0' />
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const EmojiPickerInner: FC<IEmojiPickerInnerProps> = ({
68
68
} , [ onSelect , selectedEmoji , selectedBackground ] )
69
69
70
70
return < div className = { cn ( className ) } >
71
- < div className = 'flex flex-col items-center w-full px-3' >
71
+ < div className = 'flex flex-col items-center w-full px-3 pb-2 ' >
72
72
< div className = "relative w-full" >
73
73
< div className = "absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none" >
74
74
< MagnifyingGlassIcon className = "w-5 h-5 text-gray-400" aria-hidden = "true" />
You can’t perform that action at this time.
0 commit comments