feat: support dark mode

This commit is contained in:
Li Xin
2025-04-20 11:18:05 +08:00
parent ce130e7160
commit a57db4fa4a
18 changed files with 952 additions and 53 deletions

View File

@@ -10,7 +10,7 @@ export function ScrollContainer({
className,
children,
scrollShadow = true,
scrollShadowColor = "white",
scrollShadowColor = "var(--background)",
}: {
className?: string;
children: React.ReactNode;