We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4c5b commit 39a5808Copy full SHA for 39a5808
libraries/react-shared-libraries/src/toaster/toaster.tsx
@@ -33,7 +33,7 @@ export const Toaster = () => {
33
return (
34
<div
35
className={clsx(
36
- 'animate-fadeDown rounded-[8px] gap-[18px] flex items-center overflow-hidden bg-customColor8 p-[16px] min-w-[319px] fixed start-[50%] text-white z-[300] top-[32px] -translate-x-[50%] h-[56px]',
+ 'animate-fadeDown rounded-[8px] gap-[18px] flex items-center overflow-hidden bg-customColor8 p-[16px] min-w-[319px] fixed start-[50%] text-white z-[900] top-[32px] -translate-x-[50%] h-[56px]',
37
toasterType === 'success' ? 'shadow-greenToast' : 'shadow-yellowToast'
38
)}
39
>
0 commit comments