Skip to content

Commit d686709

Browse files
authored
chore: tailwind migrate (#2169)
Signed-off-by: Adam Setch <[email protected]>
1 parent 58fb17a commit d686709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/renderer/components/notifications/NotificationRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/renderer/components/notifications/RepositoryNotifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)