)
diff --git a/apps/desktop/layer/renderer/src/modules/app-layout/subview/SubviewLayout.tsx b/apps/desktop/layer/renderer/src/modules/app-layout/subview/SubviewLayout.tsx
index 167952eea..ca5e4ac39 100644
--- a/apps/desktop/layer/renderer/src/modules/app-layout/subview/SubviewLayout.tsx
+++ b/apps/desktop/layer/renderer/src/modules/app-layout/subview/SubviewLayout.tsx
@@ -161,7 +161,7 @@ function SubviewLayoutInner() {
{/* Enhanced Header with smooth transitions */}
diff --git a/apps/desktop/layer/renderer/src/pages/(main)/(layer)/(ai)/ai/index.tsx b/apps/desktop/layer/renderer/src/pages/(main)/(layer)/(ai)/ai/index.tsx
index 731c21b1e..1b85bbcc7 100644
--- a/apps/desktop/layer/renderer/src/pages/(main)/(layer)/(ai)/ai/index.tsx
+++ b/apps/desktop/layer/renderer/src/pages/(main)/(layer)/(ai)/ai/index.tsx
@@ -1,3 +1,5 @@
+import { cn } from "@follow/utils"
+
import { AIChatRoot } from "~/modules/ai-chat/components/layouts/AIChatRoot"
import { ChatPageHeader } from "~/modules/ai-chat/components/layouts/ChatHeader"
import { ChatInterface } from "~/modules/ai-chat/components/layouts/ChatInterface"
@@ -5,12 +7,15 @@ import { ChatInterface } from "~/modules/ai-chat/components/layouts/ChatInterfac
export const Component = () => {
return (
)
diff --git a/packages/internal/components/src/ui/progressive-blur/index.tsx b/packages/internal/components/src/ui/progressive-blur/index.tsx
index d49573872..351a59470 100644
--- a/packages/internal/components/src/ui/progressive-blur/index.tsx
+++ b/packages/internal/components/src/ui/progressive-blur/index.tsx
@@ -44,27 +44,13 @@ export function LinearBlur({
...props.style,
}}
>
-
+
{/* Full blur at 100-falloffPercentage% */}
{actualSteps > 1 && (