From a25e7a64ceb3339b52f9666b29278151666c5f8f Mon Sep 17 00:00:00 2001 From: Palash Date: Tue, 28 Jun 2022 16:18:53 +0530 Subject: [PATCH] fix: light mode issues are fixed (#1319) Co-authored-by: Ankit Nayan --- frontend/src/index.html.ejs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/index.html.ejs b/frontend/src/index.html.ejs index c5e79d2e89..34fe2fb0c0 100644 --- a/frontend/src/index.html.ejs +++ b/frontend/src/index.html.ejs @@ -55,7 +55,7 @@ id="appMode" rel="stylesheet" type="text/css" - href="/css/antd.dark.min.css" + rel="preload" /> @@ -64,13 +64,7 @@