From af6d0a5649ddae7f3e465fe101d98469c87731d6 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Mon, 12 Jan 2026 09:59:12 +0100 Subject: [PATCH] change notifications timeTag style --- src/components/NotificationCard/NotificationCard.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/NotificationCard/NotificationCard.module.css b/src/components/NotificationCard/NotificationCard.module.css index db01e1a..7fadd31 100644 --- a/src/components/NotificationCard/NotificationCard.module.css +++ b/src/components/NotificationCard/NotificationCard.module.css @@ -14,8 +14,6 @@ } .timeTag { - font-size: 0.9rem; - font-weight: 500; color: #019AFF; letter-spacing: 0.2px; }