Page UI fix 2
This commit is contained in:
parent
1a4dd4b6f7
commit
8ca5cf182b
@ -100,12 +100,13 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
|
|||||||
<div className="flex flex-col h-full bg-carnet-sidebar">
|
<div className="flex flex-col h-full bg-carnet-sidebar">
|
||||||
{/* Search */}
|
{/* Search */}
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
|
<h2 className="text-sm font-semibold text-carnet-text-primary mb-2">PAGES</h2>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value={searchQuery}
|
value={searchQuery}
|
||||||
onChange={(e) => setSearchQuery(e.target.value)}
|
onChange={(e) => setSearchQuery(e.target.value)}
|
||||||
placeholder="Recherché..."
|
placeholder="Recherche..."
|
||||||
className="w-full pl-9 pr-4 py-2 bg-white border border-carnet-border rounded-md text-sm text-carnet-text-primary placeholder-carnet-text-muted focus:outline-none focus:ring-1 focus:ring-primary"
|
className="w-full pl-9 pr-4 py-2 bg-white border border-carnet-border rounded-md text-sm text-carnet-text-primary placeholder-carnet-text-muted focus:outline-none focus:ring-1 focus:ring-primary"
|
||||||
/>
|
/>
|
||||||
<Search className="absolute left-3 top-2.5 h-4 w-4 text-carnet-text-muted" />
|
<Search className="absolute left-3 top-2.5 h-4 w-4 text-carnet-text-muted" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user