Skip to content

Commit 6284ed5

Browse files
chrisbobbegnprice
authored andcommitted
content: Remove TextBaseline.alphabetic from plain-paragraph style
I'm not sure if this actually improves how we show non-alphabetic text in any cases at all (so I'm not sure if it's NFC), but anyway, hard-coding this attribute here or anywhere has a smell of being counterproductive for i18n; remove it.
1 parent b75908b commit 6284ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/content.dart

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class ContentTheme extends ThemeExtension<ContentTheme> {
3939
color: const HSLColor.fromAHSL(1, 0, 0, 0.15).toColor(),
4040
fontSize: kBaseFontSize,
4141
letterSpacing: 0,
42-
textBaseline: TextBaseline.alphabetic,
4342
height: (22 / kBaseFontSize),
4443
leadingDistribution: TextLeadingDistribution.even,
4544
decoration: TextDecoration.none,

0 commit comments

Comments
 (0)