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))}

View File

@@ -440,7 +440,7 @@ export class FilesystemExplorer extends React.Component<
<div className="py-4">
Are you sure you want to delete{" "}
<b>
{makeRelativePathWithState(this.state, this.state.removeFile)}
{makeWindowsPathWithState(this.state, this.state.removeFile)}
</b>
</div>
<DialogFooter>