Skip to content

Commit

Permalink
fix(merge): old color palette/duplicates middlewares names
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzLMC committed Dec 15, 2023
1 parent 6090a02 commit b7a8193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions config/middlewares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ export default ({ env }) => (
},
},
},
'strapi::session',
'strapi::cors',
'strapi::poweredBy',
'strapi::logger',
'strapi::query',
'strapi::body',
'strapi::session',
'strapi::session',
{
name: 'strapi::favicon',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@strapi/provider-upload-aws-s3": "4.15.4",
"@strapi/strapi": "4.12.0",
"@types/uuid": "^9.0.7",
"aws-sdk": "^2.1517.0",
"aws-sdk": "^2.1519.0",
"chart.js": "^4.3.3",
"codemirror": "^6.0.1",
"crypto": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions src/admin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const lightThemeColors = {
danger500: '#ee5e52',
danger600: '#d02b20',
danger700: '#b72b1a',
neutral0: '#4287f5',
neutral0: '#ffffff',
neutral100: '#f6f6f9',
neutral1000: '#181826',
neutral150: '#eaeaef',
Expand All @@ -32,7 +32,7 @@ export const lightThemeColors = {
primary200: '#FB7477',
primary500: '#FA6163',
primary600: '#F94044',
primary700: '#FCEDEE',
primary700: '#F9393C',
buttonPrimary500: '#FA6163',
buttonPrimary600: '#F94044',
secondary100: '#eaf5ff',
Expand Down Expand Up @@ -123,4 +123,4 @@ export default {
},
bootstrap(app) {
},
};
};

0 comments on commit b7a8193

Please sign in to comment.