mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 10:13:01 +08:00
fix: button (#5470)
This commit is contained in:
@@ -92,7 +92,8 @@ const Sidebar: FC<ISidebarProps> = ({
|
||||
<div className="flex flex-shrink-0 p-4 !pb-0">
|
||||
<Button
|
||||
onClick={() => { onCurrentIdChange('-1') }}
|
||||
className="group flex w-full flex-shrink-0 !justify-start !h-9 text-primary-600 items-center text-sm">
|
||||
variant='secondary-accent'
|
||||
className="group w-full flex-shrink-0">
|
||||
<PencilSquareIcon className="mr-2 h-4 w-4" /> {t('share.chat.newChat')}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user