Merge branch 'master' of github.com:dxos/console

This commit is contained in:
RB
2020-05-31 21:14:22 -04:00
8 changed files with 982 additions and 84 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-31T17:57:36.205Z",
"buildDate": "2020-06-01T01:13:48.575Z",
"version": "1.0.0-beta.0"
}
}