File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ class _InlineContentBuilder {
765
765
}
766
766
767
767
InlineSpan _buildStrong (StrongNode node) => _buildNodes (node.nodes,
768
- style: weightVariableTextStyle (_context! , wght: 600 , wghtIfPlatformRequestsBold : 900 ));
768
+ style: weightVariableTextStyle (_context! , wght: 600 ));
769
769
770
770
InlineSpan _buildDeleted (DeletedNode node) => _buildNodes (node.nodes,
771
771
style: const TextStyle (decoration: TextDecoration .lineThrough));
Original file line number Diff line number Diff line change @@ -926,8 +926,7 @@ class MessageWithPossibleSender extends StatelessWidget {
926
926
fontFamily: 'Source Sans 3' ,
927
927
fontSize: 18 ,
928
928
height: (22 / 18 ),
929
- ).merge (weightVariableTextStyle (context, wght: 600 ,
930
- wghtIfPlatformRequestsBold: 900 )),
929
+ ).merge (weightVariableTextStyle (context, wght: 600 )),
931
930
overflow: TextOverflow .ellipsis)),
932
931
if (sender? .isBot ?? false ) ...[
933
932
const SizedBox (width: 5 ),
You can’t perform that action at this time.
0 commit comments