Skip to content

Commit

Permalink
fix: loss css token (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Apr 6, 2022
1 parent 854875a commit 16ff5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"tdesign-icons-react": "0.0.8",
"tdesign-react": "^0.27.0",
"tdesign-react": "^0.30.1",
"tvision-color": "^1.3.1"
},
"browserslist": {
Expand Down
2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { HashRouter } from 'react-router-dom';
import store from 'modules/store';
import App from 'layouts/index';

import 'tdesign-react/es/style/index.css';

import './styles/index.less';

const renderApp = () => {
Expand Down

0 comments on commit 16ff5c7

Please sign in to comment.