File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ class HelpCard extends StatelessWidget {
5252 padding: EdgeInsets .only (
5353 top: SizeConfig .safeBlockVertical * 0.5 ),
5454 child: Text (
55- "WHO - Advice for Public" ,
55+ "Advice for Public" ,
5656 style: TextStyle (
57- fontSize: SizeConfig .safeBlockVertical * 3.8 ,
57+ fontSize: SizeConfig .safeBlockVertical * 4.5 ,
5858 color: Colors .white,
5959 fontWeight: FontWeight .w600,
6060 fontFamily: "Yanone" ),
@@ -82,7 +82,7 @@ class HelpCard extends StatelessWidget {
8282 child: SvgPicture .asset ("assets/icons/nurse.svg" ),
8383 ),
8484 Positioned (
85- top: SizeConfig .safeBlockVertical * 15 ,
85+ top: SizeConfig .safeBlockVertical * 14 ,
8686 right: SizeConfig .safeBlockHorizontal * 4.5 ,
8787 child: SvgPicture .asset ("assets/icons/virus.svg" ),
8888 )
You can’t perform that action at this time.
0 commit comments