mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 00:09:02 +08:00
fix: emoji picker in safari (#199)
This commit is contained in:
parent
33b3eaf324
commit
b9ebce7ab7
@ -156,7 +156,7 @@ const EmojiPicker: FC<IEmojiPickerProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Color Select */}
|
{/* Color Select */}
|
||||||
<div className={cn('flex flex-col p-3 ', selectedEmoji == '' ? 'opacity-25' : '')}>
|
<div className={cn('p-3 ', selectedEmoji == '' ? 'opacity-25' : '')}>
|
||||||
<p className='font-medium uppercase text-xs text-[#101828] mb-2'>Choose Style</p>
|
<p className='font-medium uppercase text-xs text-[#101828] mb-2'>Choose Style</p>
|
||||||
<div className='w-full h-full grid grid-cols-8 gap-1'>
|
<div className='w-full h-full grid grid-cols-8 gap-1'>
|
||||||
{backgroundColors.map((color) => {
|
{backgroundColors.map((color) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user