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

View File

@ -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,