mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
Feat: dataset dark mode (#17993)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
.default-page-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url(../notion-page-selector/assets/notion-page.svg) center center no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -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