Better colors and text

This commit is contained in:
momo5502
2025-04-30 20:47:29 +02:00
parent 8a10f0a916
commit 9cec7db1c1
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ export function Folder(props: FolderProps) {
<ContextMenu>
<ContextMenuTrigger>
<ScrollArea className="h-[50dvh]">
<div className="folder flex flex-wrap h-full">
<div className="folder flex flex-wrap h-full text-neutral-300">
{props.elements
.sort(elementComparator)
.map((e) => renderElementWrapper(e, props))}