Fix home title alignment
This commit is contained in:
@@ -329,7 +329,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: const MIHAppBar(barTitle: "Mzansi Innovation Hub"),
|
appBar: const MIHAppBar(barTitle: "Mzansi Innovation\nHub"),
|
||||||
drawer: MIHAppDrawer(
|
drawer: MIHAppDrawer(
|
||||||
signedInUser: widget.signedInUser,
|
signedInUser: widget.signedInUser,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ class _MIHAppBarState extends State<MIHAppBar> {
|
|||||||
],
|
],
|
||||||
title: Text(
|
title: Text(
|
||||||
widget.barTitle,
|
widget.barTitle,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user