fix(notifications): add minimal styling to notification bell navbar

This commit is contained in:
2026-04-25 17:58:02 +03:30
parent 056ff31ef8
commit 7b8c3d7ff7

View File

@@ -119,7 +119,7 @@ export function NotificationBell() {
<button
type="button"
onClick={() => setIsOpen((current) => !current)}
className="relative inline-flex h-11 w-11 items-center justify-center rounded-full border border-slate-200 bg-white text-slate-600 transition-colors hover:border-sky-300 hover:text-sky-600 dark:border-slate-800 dark:bg-slate-900 dark:text-slate-300 dark:hover:border-sky-500/50 dark:hover:text-sky-300"
className="relative inline-flex h-11 w-11 items-center justify-center rounded-lg border-slate-200 text-slate-600 transition-colors hover:border-sky-300 hover:text-sky-600 dark:border-slate-800 dark:text-slate-300 dark:hover:border-sky-500/50 dark:hover:text-sky-300"
aria-label={t.notifications?.open || "Open notifications"}
>
<Bell className="h-5 w-5" />