From dd3456062b14c39bc34401805c932314d460f883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lo=C3=AFc=20poisot?= Date: Thu, 7 Mar 2024 11:46:52 +0100 Subject: [PATCH] Update README.md As per my test, the default behaviour is to follow the browser dark mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee2e03e..02672d41 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Example `data`: } ``` -### darkMode (_boolean_, default: `false`) +### darkMode (_boolean_, default: Depends on your browser darkmode. `false` if undefined.) Toggle between dark mode (`true`) and light mode (`false`). ### primaryColor (_string_)