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
profile: Use weightVariableTextStyle instead of TextStyle.fontWeight
Now, this text is styled with a `wght` value of 700, instead of 400
from the ambient style. The FontWeight.bold seems to have already
been causing the spans to render more boldly than surrounding text,
but in a way that doesn't match what we get for Source Code Pro with
`wght` 700. I think this is because of
flutter/flutter#136779
.
The slightly changed appearance is making some profile field labels
run onto two lines on my device on CZO, instead of just one line, as
Alya pointed out:
zulip#728 (comment)
So I'll follow up by giving those labels a bit more horizontal room.
0 commit comments