Browse Source

refac: styling

Timothy J. Baek 7 months ago
parent
commit
cf544b9e60
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/components/workspace/Knowledge/Collection.svelte

+ 2 - 2
src/lib/components/workspace/Knowledge/Collection.svelte

@@ -689,7 +689,7 @@
 								</div>
 							</div>
 						{:else}
-							<div class="m-auto pb-24">
+							<div class="m-auto pb-32">
 								<div>
 									<div class=" flex w-full mt-1 mb-3.5">
 										<div class="flex-1">
@@ -720,7 +720,7 @@
 									</div>
 								</div>
 
-								<div class=" mt-2 text-center text-sm dark:text-gray-700 w-full">
+								<div class=" mt-2 text-center text-sm text-gray-200 dark:text-gray-700 w-full">
 									Select a file to view or drag and drop a file to upload
 								</div>
 							</div>