Implement creator studio and upload updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import data from '@emoji-mart/data'
|
||||
import Picker from '@emoji-mart/react'
|
||||
import EmojiMartPicker from '../common/EmojiMartPicker'
|
||||
|
||||
/**
|
||||
* A button that opens a floating emoji picker.
|
||||
@@ -76,7 +76,7 @@ export default function EmojiPickerButton({ onEmojiSelect, disabled = false, cla
|
||||
className="absolute bottom-full mb-2 right-0 z-50 shadow-2xl rounded-xl overflow-hidden"
|
||||
style={{ filter: 'drop-shadow(0 8px 32px rgba(0,0,0,0.6))' }}
|
||||
>
|
||||
<Picker
|
||||
<EmojiMartPicker
|
||||
data={data}
|
||||
onEmojiSelect={handleSelect}
|
||||
theme="dark"
|
||||
|
||||
Reference in New Issue
Block a user