perf: optimize taost dark mode

This commit is contained in:
molvqingtai 2024-11-09 22:43:32 +08:00
parent 6222e3f8af
commit 00f0bd08b0

View file

@ -16,7 +16,15 @@ function App() {
<VersionLink></VersionLink>
<Main>
<ProfileForm></ProfileForm>
<Toaster richColors position="top-center" />
<Toaster
richColors
position="top-center"
toastOptions={{
classNames: {
toast: 'dark:bg-slate-950 border dark:border-slate-600'
}
}}
/>
</Main>
<BadgeList></BadgeList>
</Layout>