Skip to content

Commit

Permalink
style: opacity hierarchy (#1250)
Browse files Browse the repository at this point in the history
* style: opacity hierarchy

* chore: update snapshots
  • Loading branch information
afonsojramos committed Jun 16, 2024
1 parent c3cce3d commit dc758c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/AccountNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const AccountNotifications = (props: IProps) => {
type="button"
title="Open Profile"
onClick={() => openAccountProfile(account)}
className="opacity-80"
>
@{account.user.login}
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RepositoryNotifications: FC<IProps> = ({
<MarkGithubIcon size={18} />
)}
<span
className="cursor-pointer truncate"
className="cursor-pointer truncate opacity-90"
onClick={() => openRepository(repoNotifications[0].repository)}
onKeyDown={() => openRepository(repoNotifications[0].repository)}
>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/components/__snapshots__/Repository.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc758c9

Please sign in to comment.