feat: highest z-index for toaster

This commit is contained in:
Nevo David 2025-07-30 11:55:09 +07:00
parent 14b4c5bb01
commit 39a580888e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export const Toaster = () => {
return (
<div
className={clsx(
'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]',
toasterType === 'success' ? 'shadow-greenToast' : 'shadow-yellowToast'
)}
>