mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add Proto
to request detail, update theme
This commit is contained in:
@ -1,7 +1,16 @@
|
||||
import { createMuiTheme } from "@material-ui/core/styles";
|
||||
import { red } from "@material-ui/core/colors";
|
||||
import teal from "@material-ui/core/colors/teal";
|
||||
import green from "@material-ui/core/colors/green";
|
||||
|
||||
// Create a theme instance.
|
||||
const theme = createMuiTheme({});
|
||||
const theme = createMuiTheme({
|
||||
palette: {
|
||||
primary: {
|
||||
main: teal[500],
|
||||
},
|
||||
secondary: {
|
||||
main: green[500],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
||||
|
Reference in New Issue
Block a user