mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 07:51:14 +00:00
fix: reduce background overlay opacity in Navigator component
This commit is contained in:
@@ -67,7 +67,7 @@ export default function Navigator() {
|
|||||||
{/* Background overlay */}
|
{/* Background overlay */}
|
||||||
{background && (
|
{background && (
|
||||||
<div
|
<div
|
||||||
className="bg-base-100 opacity-60 dark:opacity-40"
|
className="bg-base-100 opacity-20 dark:opacity-40"
|
||||||
style={{
|
style={{
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user