From 21cb011980fe22f21374637d7ed30148737c26e7 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sun, 23 Feb 2025 20:42:57 +0800 Subject: [PATCH] fix(playground): add bg-muted class to ScrollArea for better visibility --- src/app/(app)/playground/@description/layout.tsx | 2 +- src/app/(app)/playground/@workspace/layout.tsx | 2 +- src/app/(app)/playground/layout.tsx | 2 +- src/components/banner.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(app)/playground/@description/layout.tsx b/src/app/(app)/playground/@description/layout.tsx index 9e9ec02..beabf91 100644 --- a/src/app/(app)/playground/@description/layout.tsx +++ b/src/app/(app)/playground/@description/layout.tsx @@ -9,7 +9,7 @@ interface DescriptionLayoutProps { export default function DescriptionLayout({ children }: DescriptionLayoutProps) { return ( - + - + + {description} diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 7a3dc42..6d04b71 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -17,7 +17,7 @@ export function Banner({ return (