fix: adjust shadow style for header elevation in SubviewLayoutInner

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-06-19 14:14:00 +08:00
parent 102d8bfb6a
commit 079b0fed39
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -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",
],
)}