Browse Source

fix: toast position

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
2564b154fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" />