added style for reminder bubble

This commit is contained in:
Chukwumdiebube
2023-02-06 23:32:36 +01:00
parent bc74d0a854
commit 733478170f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
}`}
>
Reminders
<span className="absolute left-24 -top-1 text-sm flex justify-center items-center w-5 h-5 primary-gradient rounded-full text-white">
<span className={`absolute left-24 -top-1 text-sm flex primary-gradient justify-center items-center w-5 h-5 rounded-full text-white dark:text-purple ${'dark' ? 'dark-primary-gradient' : ''}`}>
{userReminders.length > 0 && userReminders.length}
</span>
</span>