e.stopPropagation()} onkeydown={(e) => { if (e.key === 'Escape') onClose(); }}>
+
Create Document
@@ -33,7 +33,7 @@
type="text"
required
bind:value={newDocTitle}
- class="w-full bg-transparent border border-gray-300 dark:border-white/20 text-gray-900 dark:text-white text-sm rounded-lg px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors"
+ class="w-full bg-black/5 dark:bg-white/5 border border-gray-300 dark:border-white/20 text-gray-900 dark:text-white text-sm rounded-lg px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors"
placeholder="Untitled Document"
/>
diff --git a/src/lib/components/dashboard/CreateFolderModal.svelte b/src/lib/components/dashboard/CreateFolderModal.svelte
index 33821d5..003b884 100644
--- a/src/lib/components/dashboard/CreateFolderModal.svelte
+++ b/src/lib/components/dashboard/CreateFolderModal.svelte
@@ -13,9 +13,9 @@
}
-
-
e.stopPropagation()} onkeydown={(e) => { if (e.key === 'Escape') onClose(); }}>
-
+
+
e.stopPropagation()} onkeydown={(e) => { if (e.key === 'Escape') onClose(); }}>
+
Create Folder
@@ -33,7 +33,7 @@
type="text"
required
bind:value={newFolderName}
- class="w-full bg-transparent border border-gray-300 dark:border-white/20 text-gray-900 dark:text-white text-sm rounded-lg px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors"
+ class="w-full bg-black/5 dark:bg-white/5 border border-gray-300 dark:border-white/20 text-gray-900 dark:text-white text-sm rounded-lg px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors"
placeholder="New Folder"
/>
diff --git a/src/lib/components/dashboard/DocCard.svelte b/src/lib/components/dashboard/DocCard.svelte
index 3841533..c895dc7 100644
--- a/src/lib/components/dashboard/DocCard.svelte
+++ b/src/lib/components/dashboard/DocCard.svelte
@@ -70,21 +70,21 @@
{#if activeMenu === doc.id}
-
-