@@ -42,13 +42,13 @@ class GSYMarkdownWidget extends StatelessWidget {
4242 return _getCommonSheet (context, Color (GSYColors .primaryValue)).copyWith (
4343 p: GSYConstant .smallTextWhite,
4444 h1: GSYConstant .largeLargeTextWhite,
45- h2: GSYConstant .largeTextWhite ,
46- h3: GSYConstant .normalTextWhite ,
45+ h2: GSYConstant .largeTextWhiteBold ,
46+ h3: GSYConstant .normalTextMitWhiteBold ,
4747 h4: GSYConstant .middleTextWhite,
4848 h5: GSYConstant .smallTextWhite,
4949 h6: GSYConstant .smallTextWhite,
5050 em: const TextStyle (fontStyle: FontStyle .italic),
51- strong: GSYConstant .middleTextWhite ,
51+ strong: GSYConstant .middleTextWhiteBold ,
5252 code: GSYConstant .subSmallText,
5353 );
5454 }
@@ -57,12 +57,12 @@ class GSYMarkdownWidget extends StatelessWidget {
5757 return _getCommonSheet (context, Color (GSYColors .primaryValue)).copyWith (
5858 p: GSYConstant .smallText,
5959 h1: GSYConstant .largeLargeText,
60- h2: GSYConstant .largeText ,
61- h3: GSYConstant .normalText ,
60+ h2: GSYConstant .largeTextBold ,
61+ h3: GSYConstant .normalTextBold ,
6262 h4: GSYConstant .middleText,
6363 h5: GSYConstant .smallText,
6464 h6: GSYConstant .smallText,
65- strong: GSYConstant .middleText ,
65+ strong: GSYConstant .middleTextBold ,
6666 code: GSYConstant .subSmallText,
6767 );
6868 }
@@ -71,13 +71,13 @@ class GSYMarkdownWidget extends StatelessWidget {
7171 return _getCommonSheet (context, Color (GSYColors .subTextColor)).copyWith (
7272 p: GSYConstant .smallTextWhite,
7373 h1: GSYConstant .largeLargeTextWhite,
74- h2: GSYConstant .largeTextWhite ,
75- h3: GSYConstant .normalTextWhite ,
74+ h2: GSYConstant .largeTextWhiteBold ,
75+ h3: GSYConstant .normalTextMitWhiteBold ,
7676 h4: GSYConstant .middleTextWhite,
7777 h5: GSYConstant .smallTextWhite,
7878 h6: GSYConstant .smallTextWhite,
7979 em: const TextStyle (fontStyle: FontStyle .italic),
80- strong: GSYConstant .middleTextWhite ,
80+ strong: GSYConstant .middleTextWhiteBold ,
8181 code: GSYConstant .subSmallText,
8282 );
8383 }
0 commit comments