This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8b25d89 chore: default dark sidebar added (#1820)
8b25d89 is described below
commit 8b25d89be2370e8bac486b34ea9522a662e7a9b0
Author: Ayush das <[email protected]>
AuthorDate: Sun Apr 25 07:18:57 2021 +0530
chore: default dark sidebar added (#1820)
---
web/config/defaultSettings.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/config/defaultSettings.ts b/web/config/defaultSettings.ts
index 18d1b5e..b1b64db 100644
--- a/web/config/defaultSettings.ts
+++ b/web/config/defaultSettings.ts
@@ -17,7 +17,7 @@
import { Settings as LayoutSettings } from '@ant-design/pro-layout';
export default {
- navTheme: 'light',
+ navTheme: 'dark',
primaryColor: '#1890ff',
layout: 'mix',
contentWidth: 'Fluid',