Merge pull request #173 from yaso-meth/BUG--Attribution-alignment
BUG--Attribution-alignment
This commit is contained in:
@@ -25,13 +25,19 @@ class _MihAttributesState extends State<MihAttributes> {
|
|||||||
children: [
|
children: [
|
||||||
TableCell(
|
TableCell(
|
||||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||||
child: Padding(
|
child: SizedBox(
|
||||||
padding: const EdgeInsets.only(bottom: 15.0),
|
height: 150,
|
||||||
child: Center(
|
child: Padding(
|
||||||
child: Icon(
|
padding: const EdgeInsets.only(bottom: 15.0),
|
||||||
icon,
|
child: FittedBox(
|
||||||
size: 125,
|
child: Center(
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
child: Icon(
|
||||||
|
icon,
|
||||||
|
// size: 125,
|
||||||
|
color:
|
||||||
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -39,10 +45,11 @@ class _MihAttributesState extends State<MihAttributes> {
|
|||||||
TableCell(
|
TableCell(
|
||||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(bottom: 15.0),
|
padding: const EdgeInsets.all(15.0),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
creator,
|
creator,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
|||||||
Reference in New Issue
Block a user