Przeglądaj źródła

fix: toast position

Timothy J. Baek 1 rok temu
rodzic
commit
2564b154fc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/routes/+layout.svelte

+ 1 - 1
src/routes/+layout.svelte

@@ -68,4 +68,4 @@
 	<slot />
 {/if}
 
-<Toaster richColors position="top-right" />
+<Toaster richColors position="top-center" />