mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
website: detect system color scheme
This commit is contained in:
parent
a12a46c635
commit
cfa9e04377
@ -17,7 +17,9 @@ import Footer from "components/Footer";
|
||||
import NextNProgress from "nextjs-progressbar";
|
||||
|
||||
const customTheme = extendTheme(
|
||||
{
|
||||
{
|
||||
initialColorMode: 'system',
|
||||
useSystemColorMode: true,
|
||||
styles: {
|
||||
global: (props: any) => ({
|
||||
body: {
|
||||
|
Loading…
Reference in New Issue
Block a user