fix: reduce background overlay opacity in Navigator component

This commit is contained in:
2025-11-27 23:07:20 +08:00
parent 48790ef5e0
commit 1544c535de

View File

@@ -67,7 +67,7 @@ export default function Navigator() {
{/* Background overlay */}
{background && (
<div
className="bg-base-100 opacity-60 dark:opacity-40"
className="bg-base-100 opacity-20 dark:opacity-40"
style={{
position: "fixed",
top: 0,