mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-22 07:31:05 +08:00
fix: selected destination appears white in file move dialog in dark mode (#17085)
This commit is contained in:
@@ -172,7 +172,7 @@ export function AsyncTreeSelect({
|
||||
<div
|
||||
className={cn(
|
||||
'flex justify-between items-center hover:bg-accent py-0.5 px-1 rounded-md',
|
||||
{ 'bg-cyan-50': value === x.id },
|
||||
{ 'bg-bg-card': value === x.id },
|
||||
)}
|
||||
>
|
||||
<span className="flex-1">{x.title}</span>
|
||||
|
||||
Reference in New Issue
Block a user