glass other page
This commit is contained in:
@@ -10,6 +10,7 @@ import { useGetNotifications, useReadAllNotifications } from './hooks/useNotific
|
||||
import type { Notification } from './types/Types';
|
||||
import { useGetNotificationsCount } from '../../(Main)/hooks/useMenuData';
|
||||
import Prompt from '@/components/utils/Prompt';
|
||||
import { glassSurfaceCard } from '@/lib/styles/glassSurface';
|
||||
|
||||
type Props = object
|
||||
|
||||
@@ -110,7 +111,7 @@ export default function NotificationsIndex({ }: Props) {
|
||||
const formattedTime = formatTime(notification.createdAt);
|
||||
|
||||
return (
|
||||
<li key={notification.id} className='bg-container py-5 px-4 rounded-container shadow-lg'>
|
||||
<li key={notification.id} className={glassSurfaceCard('py-5 px-4')}>
|
||||
{/* <h5 className='font-medium text-sm'>{notification.title}</h5> */}
|
||||
<p className='text-xs mt-2 leading-5'>{notification.content}</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user