Compare commits

...

1 Commits

Author SHA1 Message Date
JayashTripathy
fb23bc23ca fix: toast in small screens 2025-05-26 18:49:08 +05:30

View File

@@ -108,7 +108,7 @@ export const setToast = (props: SetToastProps) => {
)}
>
<X
className="fixed top-2 right-2.5 text-toast-text-secondary hover:text-toast-text-tertiary cursor-pointer"
className="absolute top-2 right-2.5 text-toast-text-secondary hover:text-toast-text-tertiary cursor-pointer"
strokeWidth={1.5}
width={14}
height={14}