Skip to content

Fix malformed Tailwind dark mode class in StopItem#429

Open
adityakulraj wants to merge 1 commit intoOneBusAway:developfrom
adityakulraj:feature/adkunwar-fix-stopitem-dark-class
Open

Fix malformed Tailwind dark mode class in StopItem#429
adityakulraj wants to merge 1 commit intoOneBusAway:developfrom
adityakulraj:feature/adkunwar-fix-stopitem-dark-class

Conversation

@adityakulraj
Copy link
Copy Markdown
Contributor

Summary

  • replace invalid Tailwind class dark:bg[#000000] in src/components/StopItem.svelte
  • use valid dark mode class dark:bg-black so dark background styling is applied

Validation

  • git diff --check
  • attempted npm run lint
    • blocked in this environment because npm install fails with internal npm error (Exit handler never called) and no local prettier binary is available

Closes #400

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 24, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adityakulraj you need to run npm run format on your machine, amend your existing commit, and force push the result up.

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.

Fix malformed Tailwind dark mode class in StopItem

3 participants