QOL: Align fonsize of text pt2
This commit is contained in:
parent
7a2ba21156
commit
aabaf21248
1 changed files with 5 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget displayBusinessCount() {
|
Widget displayBusinessCount() {
|
||||||
return Column(
|
return Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
|
|
@ -553,6 +553,7 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
const SizedBox(width: 10),
|
||||||
Text(
|
Text(
|
||||||
"Businesses",
|
"Businesses",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|
@ -657,6 +658,7 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
),
|
),
|
||||||
const Text(
|
const Text(
|
||||||
"Mzansi Innovation Hub",
|
"Mzansi Innovation Hub",
|
||||||
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
|
|
@ -664,6 +666,7 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"MIH App Version: ${MzansiInnovationHub.of(context)!.theme.getLatestVersion()}",
|
"MIH App Version: ${MzansiInnovationHub.of(context)!.theme.getLatestVersion()}",
|
||||||
|
textAlign: TextAlign.center,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.normal,
|
fontWeight: FontWeight.normal,
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
|
|
@ -696,6 +699,7 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"The MIH Family",
|
"The MIH Family",
|
||||||
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 25,
|
fontSize: 25,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue