Skip to content

Commit 5d40b45

Browse files
committed
fix typo
1 parent 700b598 commit 5d40b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žconfig/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import os from 'os';
33
import pageRoutes from './router.config';
44
import webpackPlugin from './plugin.config';
55
import defaultSettings from '../src/defaultSettings';
6-
import Dart from './dart';
6+
import Dark from './dark';
77

88
const plugins = [
99
[
@@ -69,7 +69,7 @@ export default {
6969
// https://ant.design/docs/react/customize-theme-cn
7070
theme: {
7171
'primary-color': defaultSettings.primaryColor,
72-
...Dart,
72+
...Dark,
7373
},
7474
externals: {
7575
'@antv/data-set': 'DataSet',
File renamed without changes.

0 commit comments

Comments
Β (0)