notification color primary

This commit is contained in:
hamid zarghami
2025-12-17 16:54:32 +03:30
parent 340937ca8d
commit 8bc1659c7a
+1 -1
View File
@@ -69,7 +69,7 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P
href={`/${name}/notifications`} href={`/${name}/notifications`}
className='relative'> className='relative'>
<NotificationBellIcon className='size-4.5 text-icon-active dark:text-foreground' /> <NotificationBellIcon className='size-4.5 text-icon-active dark:text-foreground' />
<span className='absolute -right-1 -top-1 flex items-center justify-center bg-red-500 size-3 rounded-full text-[8px] text-container'> <span className='absolute -right-1 -top-1 flex items-center justify-center bg-primary size-3 rounded-full text-[8px] text-container'>
<div className='mt-0.25 place-self-center'>2</div> <div className='mt-0.25 place-self-center'>2</div>
</span> </span>
</Link> </Link>