Skip to content

Commit 0d52430

Browse files
Pfannkuchensackpsychedelicious
authored andcommitted
move toast to the bottom right
1 parent 4eca802 commit 0d52430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/theme/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ export const theme: ThemeOverride = {
150150
};
151151

152152
export const TOAST_OPTIONS: ToastProviderProps = {
153-
defaultOptions: { isClosable: true },
153+
defaultOptions: { isClosable: true, position: 'bottom-right' },
154154
};

0 commit comments

Comments
 (0)