Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 22, 2018
1 parent 700b598 commit 5d40b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import os from 'os';
import pageRoutes from './router.config';
import webpackPlugin from './plugin.config';
import defaultSettings from '../src/defaultSettings';
import Dart from './dart';
import Dark from './dark';

const plugins = [
[
Expand Down Expand Up @@ -69,7 +69,7 @@ export default {
// https://ant.design/docs/react/customize-theme-cn
theme: {
'primary-color': defaultSettings.primaryColor,
...Dart,
...Dark,
},
externals: {
'@antv/data-set': 'DataSet',
Expand Down
File renamed without changes.

0 comments on commit 5d40b45

Please sign in to comment.