Page UI fix 2
This commit is contained in:
parent
8ca5cf182b
commit
80e3628f90
@ -100,7 +100,10 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
|
||||
<div className="flex flex-col h-full bg-carnet-sidebar">
|
||||
{/* Search */}
|
||||
<div className="p-4">
|
||||
<h2 className="text-sm font-semibold text-carnet-text-primary mb-2">PAGES</h2>
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<FileText className="h-6 w-6 text-carnet-text-primary" />
|
||||
<span className="text-xl font-semibold text-carnet-text-primary">PAGES</span>
|
||||
</div>
|
||||
<div className="relative">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user