fix: remove unnecessary background from date header in notifications

This commit is contained in:
2025-05-25 01:01:53 +02:00
parent 9754e2156f
commit a5d56dd5cc

View File

@@ -106,7 +106,7 @@ const Notifications: React.FC<NotificationsProps> = ({ pubkey }) => {
{events.length > 0 ? (
Object.keys(notificationGroups).map(dateKey => (
<div key={dateKey} className="mb-6">
<div className="sticky top-0 bg-background/95 backdrop-blur-sm py-2 mb-2 border-b">
<div className="sticky top-0 backdrop-blur-sm py-2 mb-2 border-b">
<h3 className="text-sm font-medium text-muted-foreground">
{getDateHeading(dateKey)}
</h3>