We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e549d commit 0c567c0Copy full SHA for 0c567c0
src/components/contentDisplay/notification/NotificationItem.tsx
@@ -108,7 +108,7 @@ const NotificationItem = memo(function NotificationItem(props: Props) {
108
} else {
109
return (
110
<div
111
- className={`border-skin-base flex flex-col justify-between border border-x-0 p-3 first:border-t last:border-b md:border-x odd:[&:not(:last-child)]:border-b-0 even:[&:not(:last-child)]:border-b-0 ${
+ className={`border-skin-base flex flex-col justify-between border border-x-0 first:border-t last:border-b md:border-x odd:[&:not(:last-child)]:border-b-0 even:[&:not(:last-child)]:border-b-0 ${
112
!isRead && "bg-skin-tertiary"
113
}`}
114
>
0 commit comments