Skip to content

Commit

Permalink
feat: update opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 19, 2024
1 parent 28c6bf8 commit 11407a7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/components/NotificationRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const NotificationRow: FC<INotificationRow> = ({
title={notificationTitle}
>
{notification.subject.title}
<span className="text-xs"> {notificationNumber}</span>
<span className="text-xs opacity-60"> {notificationNumber}</span>
</div>

<div className="flex flex-wrap items-center gap-1 text-xs capitalize">
Expand Down
48 changes: 24 additions & 24 deletions src/components/__snapshots__/NotificationRow.test.tsx.snap

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

0 comments on commit 11407a7

Please sign in to comment.