Skip to content

Commit

Permalink
chore(web): update default toast position
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Sep 6, 2023
1 parent 770141a commit 1fb294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/components/ui/toast/Toasts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* The will also effect how the toasts stack on each other.
*/
export let position: ToastPosition = 'bottom-left';
export let position: ToastPosition = 'bottom-right';
/** The animation properties. */
export let animation: ToastAnimation | undefined = undefined;
Expand Down

1 comment on commit 1fb294c

@vercel
Copy link

@vercel vercel bot commented on 1fb294c Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.