fix: adjust shadow style for header elevation in SubviewLayoutInner
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
102d8bfb6a
commit
079b0fed39
|
|
@ -106,7 +106,7 @@ function SubviewLayoutInner() {
|
|||
"relative flex items-center",
|
||||
"transition-all duration-300 ease-out",
|
||||
isHeaderElevated && [
|
||||
"border-border/50 bg-background/80 shadow-lg backdrop-blur-xl",
|
||||
"border-border/50 bg-background/80 shadow-sm backdrop-blur-xl",
|
||||
"supports-[backdrop-filter]:bg-background/60",
|
||||
],
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue