mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Polish admin styles
This commit is contained in:
@ -8,7 +8,7 @@ function createApolloClient() {
|
||||
return new ApolloClient({
|
||||
ssrMode: typeof window === "undefined",
|
||||
link: new HttpLink({
|
||||
uri: "http://localhost:3000/api/graphql",
|
||||
uri: "/api/graphql",
|
||||
}),
|
||||
cache: new InMemoryCache({
|
||||
typePolicies: {
|
||||
|
@ -1,11 +1,12 @@
|
||||
import { createMuiTheme } from "@material-ui/core/styles";
|
||||
import teal from "@material-ui/core/colors/teal";
|
||||
import grey from "@material-ui/core/colors/grey";
|
||||
import green from "@material-ui/core/colors/green";
|
||||
|
||||
const theme = createMuiTheme({
|
||||
palette: {
|
||||
type: "dark",
|
||||
primary: {
|
||||
main: teal[500],
|
||||
main: grey[900],
|
||||
},
|
||||
secondary: {
|
||||
main: green[500],
|
||||
|
Reference in New Issue
Block a user