forked from zulip/zulip-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
text: Use proportionalLetterSpacing in the few existing places that w…
…ant it The letter spacings in these pieces of text hasn't been responding to system font-size adjustments. Now they do. There might not be any other instances of this problem in the app, because we widely apply 0 for [TextStyle.letterSpacing] (since 0065954), and when we do that, it shouldn't matter whether zero is considered as logical pixels or as a proportion the surrounding text size.
- Loading branch information
1 parent
e1701e6
commit 70ca30d
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters