From 26e54e10fe0fab938f04e194f3def4ddff216b09 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Wed, 15 Feb 2023 17:43:48 +0800 Subject: [PATCH] refactor: darkmode for inactive page --- src/common/component/InactiveScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/component/InactiveScreen.tsx b/src/common/component/InactiveScreen.tsx index eefc58d2..b1b586ec 100644 --- a/src/common/component/InactiveScreen.tsx +++ b/src/common/component/InactiveScreen.tsx @@ -24,10 +24,10 @@ const InactiveScreen: FC = () => { location.reload(); }; return ( -
-
-

{t("inactive.title")}

-

{t("inactive.desc")}

+
+
+

{t("inactive.title")}

+

{t("inactive.desc")}