fix: selected destination appears white in file move dialog in dark mode (#17085)

This commit is contained in:
euvre
2026-07-20 16:47:48 +08:00
committed by GitHub
parent 9d850e782b
commit 3fa890294a

View File

@@ -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>