Fix: style of dataset item in chatbot configure with theme dark (#19761)

This commit is contained in:
KVOJJJin
2025-05-15 17:36:05 +08:00
committed by GitHub
parent b862a0cac6
commit aae80681f2
2 changed files with 56 additions and 45 deletions

View File

@@ -55,7 +55,7 @@ const DatasetItem: FC<Props> = ({
}, [onRemove])
return (
<div className={`group/dataset-item flex h-10 cursor-pointer items-center justify-between rounded-xl
<div className={`group/dataset-item flex h-10 cursor-pointer items-center justify-between rounded-lg
border-[0.5px] border-components-panel-border-subtle px-2
${isDeleteHovered
? 'border-state-destructive-border bg-state-destructive-hover'