Fix webpack-cli issue.

Remove UX shadows.
This commit is contained in:
richburdon
2020-05-31 14:53:17 -04:00
parent a0a3a75ec9
commit e31778a3a1
7 changed files with 499 additions and 1275 deletions
+3
View File
@@ -8,6 +8,9 @@ import orange from '@material-ui/core/colors/orange';
export const createTheme = (theme) => createMuiTheme({
// https://material-ui.com/system/shadows
shadows: ['none'],
// https://stackoverflow.com/questions/60567673/reactjs-material-ui-theme-mixins-toolbar-offset-is-not-adapting-when-toolbar
mixins: {
denseToolbar: {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-05-27T22:04:52.661Z",
"buildDate": "2020-05-31T18:51:05.039Z",
"version": "1.0.0-beta.0"
}
}