mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 04:16:54 +08:00
Feat: web app dark mode (#14732)
This commit is contained in:
@@ -170,7 +170,7 @@ const TracingPanel: FC<TracingPanelProps> = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
className={cn(className || 'bg-components-panel-bg', 'py-2')}
|
||||
className={cn('py-2', className)}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
e.nativeEvent.stopImmediatePropagation()
|
||||
|
||||
Reference in New Issue
Block a user