From 43a9595dd32bc22027c46438412f0b519d25c470 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 18 Feb 2023 02:56:48 +0000 Subject: [PATCH] =?UTF-8?q?Change=20dark=20mode=20label=20to=20?= =?UTF-8?q?=F0=9F=8C=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webclient/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/App.js b/webclient/src/App.js index 1edc59a..3bdcf9e 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -98,7 +98,7 @@ function App() { right: '16px', buttonColorDark: '#666', buttonColorLight: '#aaa', - label: '🌙', + label: '🌓', autoMatchOsTheme: false, } const darkmode = new Darkmode(options);