Adding a theme toggle
Switches between light mode and dark mode with the default theme being light mode.
This commit is contained in:
parent
67061361dc
commit
6203142ec6
|
@ -85,6 +85,11 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
}),
|
||||
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in New Issue