Timothy Jaeryang Baek 3 місяців тому
батько
коміт
9a3a0070d6
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/lib/components/notes/NoteEditor.svelte

+ 1 - 1
src/lib/components/notes/NoteEditor.svelte

@@ -760,7 +760,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
 							</div>
 
 							<input
-								class="w-full text-xl font-medium bg-transparent outline-hidden"
+								class="w-full text-2xl font-medium bg-transparent outline-hidden"
 								type="text"
 								bind:value={note.title}
 								placeholder={$i18n.t('Title')}