feat: default browser to dark mode
Set colorScheme: 'dark' as the default context option so websites render in dark mode by default when supported.
This commit is contained in:
parent
96641283c3
commit
74598164a1
@ -68,6 +68,7 @@ const defaultConfig: FullConfig = {
|
|||||||
},
|
},
|
||||||
contextOptions: {
|
contextOptions: {
|
||||||
viewport: null,
|
viewport: null,
|
||||||
|
colorScheme: 'dark',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
network: {
|
network: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user