Enable dark/light mode controls (#940)
## Description Enable dark/light mode controls. This also reads the system preferences. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [x] 🗺️ Documentation ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual
This commit is contained in:
parent
39eb153af5
commit
0ead769e83
@ -130,8 +130,8 @@ const config = {
|
|||||||
},
|
},
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'dark',
|
defaultMode: 'dark',
|
||||||
disableSwitch: true,
|
disableSwitch: false,
|
||||||
respectPrefersColorScheme: false,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
zoom: {
|
zoom: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user