mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-22 17:26:54 +08:00
Feat: dataset dark mode (#17993)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import s from './index.module.css'
|
||||
import { RiFileTextLine } from '@remixicon/react'
|
||||
import cn from '@/utils/classnames'
|
||||
import type { DataSourceNotionPage } from '@/models/common'
|
||||
|
||||
@@ -51,7 +51,7 @@ const NotionIcon = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={cn(s['default-page-icon'], className)} />
|
||||
<RiFileTextLine className={cn('h-5 w-5 text-text-tertiary', className)} />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user