Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
This commit is contained in:
commit
e7ebeb47fc
@ -10,7 +10,7 @@ export default function FileRow({ item, selected, toggleSelection }) {
|
|||||||
return (
|
return (
|
||||||
<tr
|
<tr
|
||||||
onClick={() => toggleSelection(item)}
|
onClick={() => toggleSelection(item)}
|
||||||
className={`text-theme-text-primary text-xs grid grid-cols-12 py-2 pl-3.5 pr-8 hover:bg-theme-file-picker-hover cursor-pointer file-row ${
|
className={`text-theme-text-primary text-xs grid grid-cols-12 py-2 pl-8 pr-8 hover:bg-theme-file-picker-hover cursor-pointer file-row ${
|
||||||
selected ? "selected light:text-white" : ""
|
selected ? "selected light:text-white" : ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user