From 499b03883b4666bb4e64b96b877ee25a4b078835 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 25 Sep 2023 15:32:16 +1000 Subject: [PATCH] add dark mode to popup dividers --- interface/src/pages/About.tsx | 2 +- interface/src/pages/Settings.tsx | 2 +- interface/src/pages/Shortcuts.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/pages/About.tsx b/interface/src/pages/About.tsx index ffeca441..7a996245 100644 --- a/interface/src/pages/About.tsx +++ b/interface/src/pages/About.tsx @@ -1,7 +1,7 @@ const About: React.FC = () => { return ( -
+

About

BetterSEQTA+ is a branch of BetterSEQTA which was originally developed by Nulkem. It was discontinued. So BetterSEQTA+ has come in to fill in that gap!

diff --git a/interface/src/pages/Settings.tsx b/interface/src/pages/Settings.tsx index 3fc3605d..6841671d 100644 --- a/interface/src/pages/Settings.tsx +++ b/interface/src/pages/Settings.tsx @@ -63,7 +63,7 @@ const Settings: React.FC = () => { ]; return ( -
+
{settings.map((setting, index) => (
diff --git a/interface/src/pages/Shortcuts.tsx b/interface/src/pages/Shortcuts.tsx index ef5b1d6a..32a37f18 100644 --- a/interface/src/pages/Shortcuts.tsx +++ b/interface/src/pages/Shortcuts.tsx @@ -55,7 +55,7 @@ export default function Shortcuts() { }; return ( -
+
{isFormVisible ? (