Skip to content

DJ-90: Fix missing semicolon in ErrorMessage styled-jsx - #299

Open
devin-ai-integration[bot] wants to merge 1 commit into
migration/in-progressfrom
DJ-90/fix-error-message-styled-jsx
Open

devin-ai-integration[bot] wants to merge 1 commit into
migration/in-progressfrom
DJ-90/fix-error-message-styled-jsx

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Fixes DJ-90: the styled-jsx .error-content rule in frontend/components/common/ErrorMessage.tsx was missing a semicolon after font-weight: 600, so the following background-color: rgba(240, 45, 45, 0.1) declaration was dropped by the CSS parser and every error banner rendered as plain red text with no background. One-character fix — adds the semicolon; no behavioural or API changes.

Verified: ./gradlew spotlessJavaCheck, ./gradlew build -x jacocoTestCoverageVerification, and cd frontend && npm run build all pass.

Before

before

After

after

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/434a8fed1291451abb7f7c5305ad9c6d

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants