mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
perf: minor fix
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.dark) .botLogCardContainer {
|
||||||
|
background-color: #1f1f22;
|
||||||
|
border: 1px solid #2a2a2e;
|
||||||
|
}
|
||||||
|
|
||||||
.listHeader {
|
.listHeader {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
|
|||||||
@@ -127,12 +127,12 @@ export default function FileUploadZone({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p className="text-base font-medium text-gray-900">
|
<p className="text-base font-medium text-gray-900 dark:text-gray-100">
|
||||||
{isUploading
|
{isUploading
|
||||||
? t('knowledge.documentsTab.uploading')
|
? t('knowledge.documentsTab.uploading')
|
||||||
: t('knowledge.documentsTab.dragAndDrop')}
|
: t('knowledge.documentsTab.dragAndDrop')}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-gray-500 mt-1">
|
<p className="text-xs text-gray-500 mt-1 dark:text-gray-400">
|
||||||
{t('knowledge.documentsTab.supportedFormats')}
|
{t('knowledge.documentsTab.supportedFormats')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user