From b966babf64e252ac47778ba4d41df28d61a99e90 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 8 Sep 2022 21:44:06 -0700 Subject: [PATCH] Point to light ant styles by default --- web/styles/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/global.less b/web/styles/global.less index 7282e591c..1f50602e0 100644 --- a/web/styles/global.less +++ b/web/styles/global.less @@ -1,2 +1,2 @@ -@import '~antd/dist/antd.dark.less'; // Introduce the official dark less style entry file +@import '~antd/dist/antd.less'; // Introduce the official dark less style entry file @import './theme.less'; // Import ant design theme definition