mirror of
https://github.com/handsomezhuzhu/2fa-tool.git
synced 2026-02-20 19:50:15 +00:00
feat: switch theme toggle to cycle button
Change theme toggle from dropdown to cycle button for three modes. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,13 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="zh-CN" suppressHydrationWarning>
|
||||
<body className={`font-sans antialiased`}>
|
||||
<ThemeProvider defaultTheme="system" storageKey="2fa-theme">
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
defaultTheme="system"
|
||||
enableSystem
|
||||
disableTransitionOnChange
|
||||
storageKey="2fa-theme"
|
||||
>
|
||||
<LanguageProvider>{children}</LanguageProvider>
|
||||
</ThemeProvider>
|
||||
<Analytics />
|
||||
|
||||
Reference in New Issue
Block a user