mise en commun des scrollbar,et padding des glassBorder

This commit is contained in:
ORDONNEAU Antoine
2026-03-26 12:16:56 +01:00
parent 3ee3bc4fb4
commit 7b174e7085
18 changed files with 37 additions and 66 deletions
@@ -7,7 +7,7 @@ import styles from "./NotificationCard.module.css"
function NotificationCard({notifications, deleteNotification}) {
return (
notifications.map((notification, index) => (
<div className={styles.notificationCard} key={index}>
<div className={`${styles.notificationCard} glassBorder`}key={index}>
<div className={styles.cardHeader}>
<span className={styles.timeTag}>
Le {formatDate(notification.created_at)} à {formatTime(notification.created_at)}