color
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fireclover/example-react",
|
||||
"private": false,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Static site using S3 and CloudFront",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@ -6,10 +6,10 @@ const theme = createTheme({
|
||||
cssVariables: true,
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#556cd6',
|
||||
main: '#556cd0',
|
||||
},
|
||||
secondary: {
|
||||
main: '#19857b',
|
||||
main: '#19857f',
|
||||
},
|
||||
error: {
|
||||
main: red.A400,
|
||||
|
||||
Reference in New Issue
Block a user