Commit 3d6ae520 authored by Max Alekseenko's avatar Max Alekseenko

change toast margins

parent dc72550b
...@@ -12,7 +12,8 @@ const defaultOptions: UseToastOptions & { toastComponent?: React.FC<ToastProps> ...@@ -12,7 +12,8 @@ const defaultOptions: UseToastOptions & { toastComponent?: React.FC<ToastProps>
position: 'top-right', position: 'top-right',
isClosable: true, isClosable: true,
containerStyle: { containerStyle: {
margin: 8, margin: 3,
marginBottom: 0,
}, },
variant: 'subtle', variant: 'subtle',
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment