mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
move toast to the bottom right
This commit is contained in:
parent
4eca802cdd
commit
0d52430481
@ -150,5 +150,5 @@ export const theme: ThemeOverride = {
|
||||
};
|
||||
|
||||
export const TOAST_OPTIONS: ToastProviderProps = {
|
||||
defaultOptions: { isClosable: true },
|
||||
defaultOptions: { isClosable: true, position: 'bottom-right' },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user