From 76a8b2fdd47f9781dbb913822d88404d7a36a6d8 Mon Sep 17 00:00:00 2001 From: Sosokker Date: Sun, 10 Nov 2024 23:09:06 +0700 Subject: [PATCH] ui: update color for dark mode --- src/app/(user)/notification/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(user)/notification/page.tsx b/src/app/(user)/notification/page.tsx index 2d67079..f69a954 100644 --- a/src/app/(user)/notification/page.tsx +++ b/src/app/(user)/notification/page.tsx @@ -80,19 +80,19 @@ export default function Notification() { /> - + {filteredNotifications?.map((notification) => (
-

{notification.message}

+

{notification.message}

{formatDate(notification.created_at)}