Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHowa committed Oct 30, 2024
1 parent 464160d commit eee7c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
}

/* any children of react container will show blue */
.react-container > * {
.react-container * {
/* color via dark mode https://react.dev/ */
background: #58C4DC;
background: #58C4DC !important;
}

.color-white {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "ember test",
"ai-migrate": "npm run migrate:create-template-only-ember-components && npm run migrate:find-potential-ember-components",
"ai-migrate": "npm run migrate:create-template-only-ember-components && npm run migrate:find-potential-ember-components && npm run migrate:call-ai-model && npm run migrate:ember-components",
"migrate:create-template-only-ember-components": "node ./codemods/react-migration/1-create-template-only-ember-components.js",
"postmigrate:create-template-only-ember-components": "prettier '**/*.{hbs,scss}' --write",
"migrate:find-potential-ember-components": "node ./codemods/react-migration/2-find-potential-ember-components-to-migrate.js",
Expand Down

0 comments on commit eee7c63

Please sign in to comment.