[style] glassic styles of global and related cards

This commit is contained in:
Purp1e
2025-03-28 01:22:42 +08:00
parent f9ff43f698
commit dbedf25f0c
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ export default function Providers({ children }: { children: React.ReactNode }) {
return (
<HeroUIProvider
className={cn("h-full bg-zinc-200/90 dark:bg-zinc-900", os === "macos" && "rounded-lg")}
className={cn("h-full bg-zinc-100/95 dark:bg-zinc-900/95", os === "macos" && "rounded-lg")}
>
<NextThemesProvider attribute="class" defaultTheme="light">
<ToastProvider toastOffset={10} placement="top-center" toastProps={{ timeout: 3000 }} />