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

there is issue with error messages #19

Open
OmarHossamEldin opened this issue Oct 1, 2021 · 3 comments
Open

there is issue with error messages #19

OmarHossamEldin opened this issue Oct 1, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@OmarHossamEldin
Copy link

  • please check this
    82bcba763b96fb27e3d5ba34c1991181
  • i guess u have to do prop or smth so i can change the color of the background and the font color for handle things like this
@yudax42 yudax42 self-assigned this Oct 1, 2021
@yudax42 yudax42 added the enhancement New feature or request label Oct 1, 2021
@yudax42
Copy link
Owner

yudax42 commented Oct 1, 2021

Hello @OmarHossamEldin 👋
I will add component customization in the next version.
Thanks for your suggestion!

@OmarHossamEldin
Copy link
Author

gl @yudax42 <3

@bob606
Copy link

bob606 commented Dec 13, 2021

The solution is simply to change this in the <style></style> from:

.error {
  text-align: center;
  color: red;
  font-size: 15px;
}

to

.error {
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: red;
}

Best Regards

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

No branches or pull requests

3 participants