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
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ const defaultConfig: FullConfig = {
|
||||||
},
|
},
|
||||||
contextOptions: {
|
contextOptions: {
|
||||||
viewport: null,
|
viewport: null,
|
||||||
|
colorScheme: 'dark',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
network: {
|
network: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue