Skip to content

Commit 63f0004

Browse files
committed
hopefully fix bullet points
1 parent 77aece6 commit 63f0004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/text_parser.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ class TextParser extends StatelessWidget {
750750
children: <Widget>[
751751
SizedBox(
752752
width: fontSize,
753-
child: Text(bulletPoint, style: nextContext.textStyle),
753+
child: Text(bulletPoint, style: parseContext.textStyle),
754754
),
755755
Flexible(child: e),
756756
],
@@ -782,7 +782,7 @@ class TextParser extends StatelessWidget {
782782
children: <Widget>[
783783
SizedBox(
784784
width: olWidth,
785-
child: Text('${entry++}.', style: nextContext.textStyle),
785+
child: Text('${entry++}.', style: parseContext.textStyle),
786786
),
787787
Flexible(child: e),
788788
],

0 commit comments

Comments
 (0)