mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 21:24:46 +08:00
feat: support dark mode
This commit is contained in:
@@ -10,7 +10,7 @@ export function ScrollContainer({
|
||||
className,
|
||||
children,
|
||||
scrollShadow = true,
|
||||
scrollShadowColor = "white",
|
||||
scrollShadowColor = "var(--background)",
|
||||
}: {
|
||||
className?: string;
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user