style: darker notifications

This commit is contained in:
zhom
2025-08-08 15:07:30 +04:00
parent 9646a41788
commit 3688e88d67
3 changed files with 9 additions and 7 deletions
@@ -156,6 +156,7 @@ export function useAppUpdateNotifications() {
style: {
zIndex: 99999, // Ensure app updates appear above dialogs
pointerEvents: "auto", // Ensure app updates remain interactive
marginTop: "16px", // slightly lower on macOS-like top controls
},
},
);