move toast to the bottom right

This commit is contained in:
Alexander Eichhorn 2023-11-28 01:27:04 +01:00 committed by psychedelicious
parent 4eca802cdd
commit 0d52430481

View File

@ -150,5 +150,5 @@ export const theme: ThemeOverride = {
};
export const TOAST_OPTIONS: ToastProviderProps = {
defaultOptions: { isClosable: true },
defaultOptions: { isClosable: true, position: 'bottom-right' },
};