We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using console.table with dark theme, its table's background-color should be adapted for having a better readability:
console.table
table
background-color
console.table({test1: [1, 2, 3, 4]})
PS: Amazing work and thanks for sharing it ⭐
The text was updated successfully, but these errors were encountered:
e6bfbb6
Hey @PEM-- , thanks again for bringing this issue to my attention!
The console.table readability issues have been resolved in release v0.6.2
Dark Theme: Monokai
Light Theme: 3024
Let me know if you have any other issues or other concerns.
Mahalo! ✌️
Sorry, something went wrong.
I'm unfortunately too busy on customer's duty for proposing you a PR on this. Thanks @micjamking. You rock! 👏
No branches or pull requests
When using
console.table
with dark theme, itstable
'sbackground-color
should be adapted for having a better readability:PS: Amazing work and thanks for sharing it ⭐
The text was updated successfully, but these errors were encountered: