From ab3b89b44ed97e5954a7a332341f2da026080c32 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sun, 13 Oct 2024 21:24:15 -0400 Subject: [PATCH] Night Mode System Settings on Android client. --- react/public/index.html | 37 +++++++++++++++++++++++++++++-------- react/src/AndroidHost.tsx | 4 ++++ react/src/DarkMode.tsx | 32 ++++++++++++++++++++++++++++---- 3 files changed, 61 insertions(+), 12 deletions(-) diff --git a/react/public/index.html b/react/public/index.html index d0032f9..9adbd5f 100644 --- a/react/public/index.html +++ b/react/public/index.html @@ -6,7 +6,8 @@ - + + @@ -42,19 +43,39 @@