From 2ed15c7ad06273938675eae679c3a9db7a32f20f Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Sun, 16 Jun 2024 17:50:18 +0100 Subject: [PATCH 1/2] style: opacity hierarchy --- src/components/AccountNotifications.tsx | 1 + src/components/Repository.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AccountNotifications.tsx b/src/components/AccountNotifications.tsx index b11d05e5..188d8aec 100644 --- a/src/components/AccountNotifications.tsx +++ b/src/components/AccountNotifications.tsx @@ -61,6 +61,7 @@ export const AccountNotifications = (props: IProps) => { type="button" title="Open Profile" onClick={() => openAccountProfile(account)} + className="opacity-80" > @{account.user.login} diff --git a/src/components/Repository.tsx b/src/components/Repository.tsx index ace1d48a..b8cdb9bd 100644 --- a/src/components/Repository.tsx +++ b/src/components/Repository.tsx @@ -42,7 +42,7 @@ export const RepositoryNotifications: FC = ({ )} openRepository(repoNotifications[0].repository)} onKeyDown={() => openRepository(repoNotifications[0].repository)} > From a2df1dcaeb7d6db0ca8a3e53fe12f691abdefb68 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Sun, 16 Jun 2024 17:54:59 +0100 Subject: [PATCH 2/2] chore: update snapshots --- .../__snapshots__/AccountNotifications.test.tsx.snap | 7 +++++++ src/components/__snapshots__/Repository.test.tsx.snap | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/__snapshots__/AccountNotifications.test.tsx.snap b/src/components/__snapshots__/AccountNotifications.test.tsx.snap index fbd8f916..d7d8d879 100644 --- a/src/components/__snapshots__/AccountNotifications.test.tsx.snap +++ b/src/components/__snapshots__/AccountNotifications.test.tsx.snap @@ -29,6 +29,7 @@ exports[`components/AccountNotifications.tsx should render itself (github.com wi