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
Describe the bug
Zooming in on the Keyboard makes the keys very blurry, both the fonts for the letters inside and the background itself. Removing the will-change: transform property fixes this issue.
To Reproduce
I've initially had this happen on the standalone app, however, it also applies on the storybook:
Launch the storybook, on the Keyboard > PhysicalLayout > Docs page
Click the "zoom" button
See that the keys are visibly antialiased
If any keys are hovered, they'll revert back to a non-blurry version after the animation
Expected behavior
Keys should be clear, and if there's any antialiasing, it shouldn't be super noticeable.
Screenshots
Environment (please complete the following information):
OS: MacOS
Browser or App: Chromium or standalone MacOS ARM application (Webkit?)
Version: Currently on main (v0.2.4)
Device: N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Zooming in on the Keyboard makes the keys very blurry, both the fonts for the letters inside and the background itself. Removing the
will-change: transform
property fixes this issue.To Reproduce
I've initially had this happen on the standalone app, however, it also applies on the storybook:
Expected behavior
Keys should be clear, and if there's any antialiasing, it shouldn't be super noticeable.
Screenshots
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: