mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00: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