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