Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vscode): improve jsx children color #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zaneshaw
Copy link

Description

The JSX text color currently has no contrast in comparison to attributes. The current color is also inconsistent with HTML text which is already using Accent7 (instead of Accent2). Fixes a9a7f64 (#47).

Current JSX styling (Accent2):
2024-09-26 15_07_16-● div class=class-a • Untitled-1 - asteroid - Visual Studio Code

Proposed JSX styling (Accent7):
2024-09-26 15_07_28-● div class=class-a • Untitled-2 - asteroid - Visual Studio Code

Checklist

  • PR description included
  • I've read the documents
  • I know I shouldn't change any files in the packages folder manually

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.

1 participant