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

Use theme colors in error message popups #212

Closed
alexeyinkin opened this issue Apr 12, 2023 · 1 comment · Fixed by #223
Closed

Use theme colors in error message popups #212

alexeyinkin opened this issue Apr 12, 2023 · 1 comment · Fixed by #223
Assignees
Labels

Comments

@alexeyinkin
Copy link
Contributor

Currently we have black-on-black in Playground light theme:

  1. Go to https://play-dev.beam.apache.org
  2. Delete any parentheses:

image

@alexeyinkin alexeyinkin added the P3 label Apr 12, 2023
@yescorp
Copy link
Collaborator

yescorp commented Apr 17, 2023

Also, CodeField supports customization of colors in ErrorPopup by providing

gutterStyle: GutterStyle(
  errorPopupTextStyle: TextStyle(
    color: Colors.black,
    backgroundColor: Colors.white,
  ),
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants