Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GEN-1974]: fix toast transition (out-to-left) (#1968)
This pull request includes a small change to the `frontend/webapp/reuseable-components/notification-note/index.tsx` file. The change modifies the animation direction for the `Container` component when it is leaving. * [`frontend/webapp/reuseable-components/notification-note/index.tsx`](diffhunk://#diff-aafb83c2f2f513f6ea10e4be1483dd18d389bb09c7708ded9b520e5b3e1d9d42L36-R36): Changed the animation direction from 'right' to 'left' when `$isLeaving` is true.
- Loading branch information