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
In collaborating with @jasmussen , I realized that we needed to fine tune values for hidpi/retina displays - specifically, adjusting a value from 2px (default) to 1.5px.
We can add support for this by adding a hiDpiMode to the Style System, just like how we handle the other modes (e.g. dark, high contrast).
These styles may need to render slightly differently, using a hi-dpi CSS media query rather than relying on an HTML attribute.
The text was updated successfully, but these errors were encountered:
In collaborating with @jasmussen , I realized that we needed to fine tune values for hidpi/retina displays - specifically, adjusting a value from
2px
(default) to1.5px
.We can add support for this by adding a
hiDpiMode
to the Style System, just like how we handle the other modes (e.g. dark, high contrast).These styles may need to render slightly differently, using a hi-dpi CSS media query rather than relying on an HTML attribute.
The text was updated successfully, but these errors were encountered: