Unreadable nano labels if backgroundColor is transparent #2984
Labels
👆 Is Upstream
Issue is the fault of something Hyper uses and not Hyper itself
🐛 Type: Bug
Issue pertains to something wrong within Hyper
Issue
There are a lot of similar opened issues, but all miss the steps to reproduce the bug.
I noticed that it depends on backgroundColor setting.
Nano labels are not readable if backgroundColor setting is an rgba color with opacity different from 1.
Thanks for your great work btw :)
backgroundColor: 'rgba(0, 0, 0, .9)',
backgroundColor: 'rgba(0, 0, 0, 1)',
The text was updated successfully, but these errors were encountered: