This commit is contained in:
2025-04-02 15:24:43 +02:00
parent 1b2582acb5
commit 6f95c56989
2 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -6,10 +6,10 @@ const theme = createTheme({
cssVariables: true,
palette: {
primary: {
main: '#556cd6',
main: '#556cd0',
},
secondary: {
main: '#19857b',
main: '#19857f',
},
error: {
main: red.A400,