Add viewall flag to openscad cli in prep for zoom to fit for scad previews

This commit is contained in:
Kurt Hutten
2021-10-17 10:15:33 +11:00
parent cd90c3ce49
commit 35d55074bd
8 changed files with 115 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ import { RedwoodProvider } from '@redwoodjs/web'
import FatalErrorBoundary from 'src/components/FatalErrorBoundary/FatalErrorBoundary'
import { RedwoodApolloProvider } from '@redwoodjs/web/apollo'
import FatalErrorPage from 'src/pages/FatalErrorPage'
import { createMuiTheme } from '@material-ui/core/styles'
import { createTheme } from '@material-ui/core/styles'
import { ThemeProvider } from '@material-ui/styles'
import ReactGA from 'react-ga'
@@ -22,7 +22,7 @@ const goTrueClient = new GoTrue({
setCookie: true,
})
const theme = createMuiTheme({
const theme = createTheme({
palette: {
type: 'dark',
primary: {