Merge pull request #173 from yaso-meth/BUG--Attribution-alignment

BUG--Attribution-alignment
This commit is contained in:
yaso-meth
2025-05-20 10:57:39 +02:00
committed by GitHub

View File

@@ -25,13 +25,19 @@ class _MihAttributesState extends State<MihAttributes> {
children: [
TableCell(
verticalAlignment: TableCellVerticalAlignment.middle,
child: Padding(
padding: const EdgeInsets.only(bottom: 15.0),
child: Center(
child: Icon(
icon,
size: 125,
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
child: SizedBox(
height: 150,
child: Padding(
padding: const EdgeInsets.only(bottom: 15.0),
child: FittedBox(
child: Center(
child: Icon(
icon,
// size: 125,
color:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
),
),
),
),
),
@@ -39,10 +45,11 @@ class _MihAttributesState extends State<MihAttributes> {
TableCell(
verticalAlignment: TableCellVerticalAlignment.middle,
child: Padding(
padding: const EdgeInsets.only(bottom: 15.0),
padding: const EdgeInsets.all(15.0),
child: Center(
child: Text(
creator,
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,