Skip to content

Commit

Permalink
Fixed react-toolbox theme
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Aug 30, 2017
1 parent 07fe4ea commit 781760b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"color-primary-contrast": "var(--color-dark-contrast)",
"color-accent-contrast": "var(--color-dark-contrast)"
},
"output": "assets/react-toolbox"
"output": "src/assets/react-toolbox"
}
}
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
import theme from 'assets/react-toolbox/theme'
import theme from './assets/react-toolbox/theme'
import './assets/react-toolbox/theme.css'
import ThemeProvider from 'react-toolbox/lib/ThemeProvider';

ReactDOM.render(
Expand Down

0 comments on commit 781760b

Please sign in to comment.