Skip to content

Commit

Permalink
feat: modify theme import src
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqiang committed Jun 23, 2021
1 parent 8d49b21 commit 1bdd275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/dt-theme/dark/resetDark.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../dt-common/reset.less';
@import '../dt-common/index.less';

@theme: dark;
// color palettes
Expand Down
2 changes: 1 addition & 1 deletion theme/dt-theme/default/reset.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../dt-common/reset.less';
@import '../dt-common/index.less';

// 覆盖antd变量
@primary-color: #3F87FF;
Expand Down
2 changes: 1 addition & 1 deletion theme/dt-theme/dt-common/index.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import './reset.less';
@import './comm.less';
@import './alert.less';
@import './button.less';
Expand All @@ -9,7 +10,6 @@
@import './form.less';
@import './card.less';
@import './notice.less';
// @import './reset.less';

* {
margin: 0;
Expand Down

0 comments on commit 1bdd275

Please sign in to comment.