File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/renderer/components/notifications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const NotificationRow: FC<INotificationRow> = ({
8686 'pl-3 pr-1 py-1.5' ,
8787 'text-gitify-font border-gitify-notification-border hover:bg-gitify-notification-hover' ,
8888 ( isAnimated || animateExit ) &&
89- 'translate-x-full opacity-0 transition duration-[350ms] ease-in-out' ,
89+ 'translate-x-full opacity-0 transition duration-350 ease-in-out' ,
9090 ( isRead || showAsRead ) && Opacity . READ ,
9191 ) }
9292 >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const RepositoryNotifications: FC<IRepositoryNotifications> = ({
6262 'group pr-1 py-0.5' ,
6363 'bg-gitify-repository' ,
6464 animateExit &&
65- 'translate-x-full opacity-0 transition duration-[350ms] ease-in-out' ,
65+ 'translate-x-full opacity-0 transition duration-350 ease-in-out' ,
6666 showAsRead && Opacity . READ ,
6767 ) }
6868 onClick = { actionToggleRepositoryNotifications }
You can’t perform that action at this time.
0 commit comments