Skip to content

Commit 77bbd39

Browse files
committed
Update enableDarkMode to auto in playground
1 parent a0c6aec commit 77bbd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
debug: true, // Set debug to true if you want to inspect the dropdown
3636
enhancedSearchInput: true,
37-
enableDarkMode: true
37+
enableDarkMode: 'auto'
3838
})
3939
</script>
4040
<style>

0 commit comments

Comments
 (0)