Skip to content

Commit 3226ff3

Browse files
authored
feat: remove antd theme (#27)
1 parent 95b5191 commit 3226ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/component/MessageList/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~antd/dist/antd.less';
1+
@import '~antd/es/style/variable.less';
22

33
.list {
44
:global {

src/component/TopicList/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~antd/dist/antd.less';
1+
@import '~antd/es/style/variable.less';
22

33
.list {
44
:global {

0 commit comments

Comments
 (0)