Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const NotificationRow: FC<INotificationRow> = ({
'pl-3 pr-1 py-1.5',
'text-gitify-font border-gitify-notification-border hover:bg-gitify-notification-hover',
(isAnimated || animateExit) &&
'translate-x-full opacity-0 transition duration-[350ms] ease-in-out',
'translate-x-full opacity-0 transition duration-350 ease-in-out',
(isRead || showAsRead) && Opacity.READ,
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const RepositoryNotifications: FC<IRepositoryNotifications> = ({
'group pr-1 py-0.5',
'bg-gitify-repository',
animateExit &&
'translate-x-full opacity-0 transition duration-[350ms] ease-in-out',
'translate-x-full opacity-0 transition duration-350 ease-in-out',
showAsRead && Opacity.READ,
)}
onClick={actionToggleRepositoryNotifications}
Expand Down
Loading