From cdf370bd406384b65e63926042bbb05f584d35ea Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 20 Jun 2024 13:18:41 -0400 Subject: [PATCH] refactor: subtle ui tweaks --- src/components/AccountNotifications.tsx | 3 +- src/components/NotificationRow.tsx | 2 +- src/components/RepositoryNotifications.tsx | 6 +-- .../AccountNotifications.test.tsx.snap | 35 +++++-------- .../NotificationRow.test.tsx.snap | 4 +- .../RepositoryNotifications.test.tsx.snap | 52 +++++++++---------- 6 files changed, 46 insertions(+), 56 deletions(-) diff --git a/src/components/AccountNotifications.tsx b/src/components/AccountNotifications.tsx index 9febd6c6f..8eda15d1d 100644 --- a/src/components/AccountNotifications.tsx +++ b/src/components/AccountNotifications.tsx @@ -68,7 +68,7 @@ export const AccountNotifications: FC = ( {showAccountHostname && (
= ( event.stopPropagation(); openAccountProfile(account); }} - className="opacity-80" > @{account.user.login} diff --git a/src/components/NotificationRow.tsx b/src/components/NotificationRow.tsx index 4fe7e897b..e3c715b21 100644 --- a/src/components/NotificationRow.tsx +++ b/src/components/NotificationRow.tsx @@ -140,7 +140,7 @@ export const NotificationRow: FC = ({ {groupByDate && (
= ({ return ( <>