You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue with the styling configuration of the console.log output within the interaction blocks.
In light mode, the color of var(--foregroundInverted) is too similar to the background color, causing poor readability. This issue can be reproduced in the Promise.any example. Notably, this problem does not occur in dark mode.
@iliakan, Hi, this issue appears to still be reproducible and seems to be a compatibility issue with the light mode styling. It likely needs to be fixed.
There's an issue with the styling configuration of the
console.log
output within the interaction blocks.In light mode, the color of
var(--foregroundInverted)
is too similar to the background color, causing poor readability. This issue can be reproduced in the Promise.any example. Notably, this problem does not occur in dark mode.Related issue: javascript-tutorial/zh.javascript.info#1154
The text was updated successfully, but these errors were encountered: